Globe Updates
Tuesday, September 11, 2007 4:22:21 PM
Well, I've updated my 3D Globe Widget to now shade the night side of the Earth. I ended up accomplishing it by overlaying a semitransparent hemisphere over the existing globe. Since those triangles are monochromatic, I can draw them with simple path filling instead of image mapping, making a higher detail level for the shadow practical. In order to rotate independent of the globe when necessary (for updating the shadow's location), the shadow triangles have their own camera.







Daniel Gump (HullBreach)geekrecon # Monday, December 22, 2008 2:20:11 PM
I'm currently working on a JavaScript-based voxel terrain mapper. It's such a headache to write. I may first release a Mode7-style mapper so that programmer could create games like F-Zero or Super Mario Kart.