roymacdonald / kinectToTexturedOBJ

class to save the data from the kinect as a textured OBJ file.
24 stars 12 forks source link

Export just vertices in OBJ? #3

Closed heaversm closed 12 years ago

heaversm commented 12 years ago

Hi - If I wanted to modify this to export just vertices, not the mesh or material, where would be the best place to start with that?

roymacdonald commented 12 years ago

in DepthToObjExporter.h comment from line https://github.com/roymacdonald/kinectToTexturedOBJ/blob/master/src/DepthToObjExporter.h#L70 to https://github.com/roymacdonald/kinectToTexturedOBJ/blob/master/src/DepthToObjExporter.h#L102

and from

https://github.com/roymacdonald/kinectToTexturedOBJ/blob/master/src/DepthToObjExporter.h#L106 to https://github.com/roymacdonald/kinectToTexturedOBJ/blob/master/src/DepthToObjExporter.h#L127

heaversm commented 12 years ago

That worked great, thanks!