Hi, connected to the instanced geometry discussion, I have to generate single-indexed triangle_strip geometry or single-indexed triangles geometry. And I chose to use OBJ fileformat.
Single-indexed triangle_strip geometry, I generate with " // load weed node OSG::GraphOpSeq* dGraphOp = OSG::SceneFileHandler::the()->getDefaultGraphOp(); OSG::GraphOpSeqRefPtr graphOp = OSG::GraphOpSeq::create("GeometryMerge() MaterialGroupPushGraphOp() Stripe(stitch=true force=false singleIndex=true)"); OSG::SceneFileHandler::the()->setDefaultGraphOp(graphOp); OSG::NodeUnrecPtr model = OSG::SceneFileHandler::the()->read("test.obj"); OSG::SceneFileHandler::the()->setDefaultGraphOp(dGraphOp); " What is the recommended way to get single-indexed triangles geometry from OBJ? Thanks for any hints, Christoph ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ Opensg-users mailing list Opensg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensg-users