https://github.com/scopatz/pyembree/blob/master/pyembree/mesh_construction.pyx#L158
This link seems to be dead. I suppose that the node ordering is something like [[0, 0, 0], [1, 0, 0], [1, 1, 0], [0, 1, 0], [0, 0, 1], [1, 0, 1], [1, 1, 1], [0, 1, 1]] for a unit cube, right?
[edit] same here:
https://github.com/scopatz/pyembree/blob/master/pyembree/mesh_construction.h#L4
https://github.com/scopatz/pyembree/blob/master/pyembree/mesh_construction.pyx#L158
This link seems to be dead. I suppose that the node ordering is something like
[[0, 0, 0], [1, 0, 0], [1, 1, 0], [0, 1, 0], [0, 0, 1], [1, 0, 1], [1, 1, 1], [0, 1, 1]]for a unit cube, right?[edit] same here:
https://github.com/scopatz/pyembree/blob/master/pyembree/mesh_construction.h#L4