Archive for August, 2008

Rotation and Lighting Demo

Hoyt Summers Pittman -

I have posted a new demo which shows off lighting and rotation. The rotation and icosahedron are being defined expressively whereas the lighting and texturing are being defined procedurally with JOGL calls. Hopefully I will fix this soon. The code is currently in my Mercurial repo, and I will be posting an analysis soon.

Read More..>>

Jogl and Webstart

Hoyt Summers Pittman -

My earlier attempt at a Webstart demo failed. I discovered that Netbeans was not linking JOGL as I thought it should in the jnlp file. This line: <extension name=”jogl” href=”http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp” /> fixed all of my problems. Without further ado, a weak JavaFX/Jogl demo. Thanks to PC’s JOGL Blog for this tip.

Read More..>>

And finally, animation.

Hoyt Summers Pittman -

When I started wrapping OpenGL in JavaFX a few weeks ago, my goal was to use the declarative capabilities of the language to easily write 3D scenes and objects and to use the the animation capabilities to interact with the language. The second has proven easier than the first. First, we set up our timeline [...]

Read More..>>

Minor update

Hoyt Summers Pittman -

My JavaFX-JOGL projects now have a source feed in my “Project Feeds” sidebar. They are hosted from my Mercurial repository. If you want to download them, the project link is .

Read More..>>

Next »