Hello to everyone here…This is my first message!!! 8)
Does anyone know if jogl and generally OpenGL supports Vector Graphics??? ???
Hello to everyone here…This is my first message!!! 8)
Does anyone know if jogl and generally OpenGL supports Vector Graphics??? ???
Do you mean the SVG format, or vector graphics in general? If you mean in general then absolulely! In fact everything that you draw in OpenGL that is not a texture and doesn’t use the drawPixel() method is a vector graphic! If you mean the SVG format then you’ll need to write a loader fot that, but it should be pretty straight forward!