The terrain is now scrolling. I’m not using a VBO so its a bit slow but that’s an easy fix. I now want to try and apply a sphere to the grid.
The terrain is now scrolling. I’m not using a VBO so its a bit slow but that’s an easy fix. I now want to try and apply a sphere to the grid.
These are some terrain height maps built from NOAA’s Planetary Maps. The images are super high res about 2000×1500 pixels, the geometry is calculated and a display list is used for rendering. I think next im going to try and create a VBO out of the geometry so that I can alter the map in …
Just hooked up a gui using Interface Builder inside OF. The main window is still a glut window with an Objective C++ connection. This is my first attempt with Objective C, its a totally new way of programming. Pretty fun to see all the tools you can interface with. Download the source
Still playing around with the ExtendScript and now some more vector output for OF. I just got LibBoard to compile in OF so that I can do transparency and graphic grouping. These are some worms that I made, they are simple inverse kinematic chains with sinusoidal feedback. Ill post some video soon.
Just made this little app for fun. Its a classic fun house mirror where it splits the video up into four squares. I wanted to try and make a way to post the images in realtime to a database from the app. I had a ton of trouble with embedding a java applet that uses …