Import OBJ to DzFacetShape?

shoei321shoei321 Posts: 113
edited December 1969 in Daz SDK Developer Discussion

I need to programatically load an OBJ file and assign the resulting geometry to an existing node in the scene. All I can manage right now is to load a new node with the imported OBJ geometry into the scene.

DzGeometryImporter appears to have methods on it to do this (::read(QString, DzShape**)), but it is abstract and I can't find header files for the concrete implementation DzObjImporter.

Any suggestions on how to best do this?

Thanks

Sign In or Register to comment.