Can someone point me in the direction of using LWJGL as a renderer for Xith? I can’t seem to find anything hanging around?
Kev
Can someone point me in the direction of using LWJGL as a renderer for Xith? I can’t seem to find anything hanging around?
Kev
thought u just had to import it instead of jogl ?
Hi,
Check com.xith3d.render.lwjgl.test package - it contains several examples that use LWJGL renderer.
BTW, the renderer is not complete right now (comparing to JOGL version), and this is what I am trying to fix (by migrating to single codebase for both).
Yuri
Excellent news Yuri! I was curious of this as well.