SOAR Implementation demo (landscape rendering)

bah, this machine @ work has a sucky gfx card. (Radeon 9200 by the looks of it)


Number of strips : 1
vertices : 162/574/126/320
Exception in thread "Thread-10" javax.media.opengl.GLException: javax.media.opengl.GLException: Method "glGenFramebuffersEXT" not available
	at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:271)
	at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:256)
	at javax.media.opengl.GLCanvas.display(GLCanvas.java:130)
	at com.sun.opengl.util.Animator.display(Animator.java:144)
	at com.sun.opengl.util.Animator$MainLoop.run(Animator.java:181)
	at java.lang.Thread.run(Unknown Source)
Caused by: javax.media.opengl.GLException: Method "glGenFramebuffersEXT" not available
	at com.sun.opengl.impl.GLImpl.glGenFramebuffersEXT(GLImpl.java:5352)
	at dae.util.FrameBufferObject.<init>(Unknown Source)
	at dae.readers.max.gui.JWorldViewer.initReflection(Unknown Source)
	at dae.readers.max.gui.JWorldViewer.init(Unknown Source)
	at com.sun.opengl.impl.GLDrawableHelper.init(GLDrawableHelper.java:72)
	at javax.media.opengl.GLCanvas$InitAction.run(GLCanvas.java:264)
	at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:189)
	at javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.java:298)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)

THe second demo works last time, this time i only got a window with white background. And nothing else.

Same here…