Using the Alex scan head and base topology we have exported a Point file with several entries. We were hoping these would be xyz coordinates, but the first vector is huge.
Can you explain what these values are and if we are doing anything wrong??
Here is an example: [[607818,0.57415908575057983,0.21377584338188171],[18414,0.50028455257415771,0.32517749071121216],…]
The points exported from Wrap/WrapX are not points in 3D space but points on surface. With this representation you can apply point selection from one object to point selection from other object provided that their topologies are the same. We encode points on surface with 3 values:
[ol]- Triangle index (if the model contains polygons with more then 3 vertices we triangulate it with naive fan triangulation with origin in the first vertex of the polygon)
Can you take me through how I might export several points (matching marker points on neutral face scan) created in Maya to be used in a Wrap3 recipe json file executed from WrapX Command/ Console?