Re: Intel HD Graphics 520 failure
Posted by charxie on Sep 11, 2018; 8:53pm
URL: https://forum.jogamp.org/Intel-HD-Graphics-520-failure-tp4039179p4039188.html
I tracked the problem down to the index buffer of primitive shapes in Ardor3D such as spheres, cylinders, cones, and boxes. I just disabled the index buffers temporarily and things worked. Runiter said he would submit a clean and simple test case to show the problem if he can reproduce it on his end. Right now, I am working directly within Energy3D and hope to fix it by tonight.
In the following line of code,
meshData.setIndices(BufferUtils.createIndexBufferData(3 * count, verts - 1));
Do you know what might be wrong?