if anyones interested, I accidentally hooked the agg (anti-grain geometry) rasterizer tool kit and Irrlicht together, while I was in the midst of screwing around with CEGUI
This gives a vector art API. So the figures up above are not loaded from a bitmap, but are drawn using vector commands into an ITexture.
in my hands it can't run real time in the render loop, as it chews FPS to 25%. Out of the loop it would work fine. AGG comes with a simple expat based SVG parser, and with IRRXML it would be possible to develop some kind of SVG parsing capability.
I have no idea what to use it for.
agg vector graphics and irrlicht
-
- Posts: 313
- Joined: Tue Nov 01, 2005 5:01 am
-
- Posts: 175
- Joined: Wed Dec 20, 2006 12:04 pm