Search found 1 match
- Tue Aug 04, 2015 10:14 pm
- Forum: Beginners Help
- Topic: Why is my mesh not drawing if i do drawPrimitiveList after?
- Replies: 1
- Views: 532
Why is my mesh not drawing if i do drawPrimitiveList after?
Hi, Very new to Irrlicht. I have a program that draws a mesh of triangles. In the device->run() loop, I added another draw command (to draw a primitive list of vertices) and that is now inhibiting the draw of the mesh. Here is the run loop: while (device->run()) { driver->beginScene(tr...