Login  Register

Re: OpenGL2 Can't render points with color

Posted by FieryToken on Jan 28, 2021; 9:14am
URL: https://forum.jogamp.org/OpenGL2-Can-t-render-points-with-color-tp4040994p4041002.html

I found a solution yesterday. I made my own Layer and only implemented the doRender method from the AbstractLayer it extends. Then I removed the begin- & endStandardlighting calls in my render method(In the WorldWind CustomRenderable tutorial it says that you need this) and it works now :). I finally have color :D. Thank you for your help I really appreciate it.