OpenSceneGraph icon indicating copy to clipboard operation
OpenSceneGraph copied to clipboard

osgplugin obj Failed to read the exported file

Open Joke-s opened this issue 1 year ago • 0 comments

OBJWriterNodeVisitor.cpp template<typename T>void drawElementsImplementation(GLenum mode, GLsizei count, const T* indices) Array overreach case(GL_LINE_LOOP): { IndexPointer ilast = &indices[count]; for(IndexPointer iptr=indices+1;iptr<ilast;iptr+=2) { writeLine(*(iptr-1), *iptr); } writeLine(*ilast, *indices); break; }

Joke-s avatar Feb 19 '25 02:02 Joke-s