Hello!
Im a fan of AWT CurveTo and LineTo commands, i use GeneralPath when i draw my .SVG paths to AWT Canvas…
now, i have growing intrestines for using generalpath or similiar with JOGL…
what are the best ways to draw filled and stroked .svg files to glcanvas ??
i only have limited knowledge of Java and JOGL, but i have allready managed to success with AWT and GeneralPath,
now i need help with JOGL and GeneralPath,
my current way is to draw .SVG file to BufferedImage and create a texture from BIMG for drawing to GLCanvas…
still, im sure that there is a better way to do .SVG files to GLCanvas…
what i need to learn ??
any simple tutorials ??
//----
thanks…