yes that's normal in opengl 3+ glLineWidth doesn't exist anymore if you want to do thick lines you need to create them as a mesh or using some kind of geometry shader... in a future version we'll include something to dot this automatically but right now you need to create the lines manually.
↧