-
Recent Posts
Categories
@jasonbejot
- @allworknosleep fuuukk, i gotta get some!
- RT @phenomblue: Phenomblue launches OTC Halloween Fun http://post.ly/vG4O
- @allworknosleep where was it at? i haven't seen it in years!
- @k_to_the_t man bubble, fantastic
- i've just traded soreness for numbness, aarrrgg
- hooray for dental work!
Monthly Archives: July 2008
AdvancedView: Making PaperVision Easier To Use
When starting a PaperVision project I always used to use the PaperBase class from papervision2.com. But as I got a few projects in, and a few months went by, I felt like I was constantly micromanaging. Then, thanks to Andy Zupko, I discovered the built-in BasicView class. Great! Now my code flooks cleaner and I [...]
Normalizing Angles
What’s a normalized angle? Well, I’m really not sure if it’s actually called normalization but it’s when you have an angle that is less than 0 or greater than 2 PI (360 degrees). Basically, an angle that doesn’t fall within a single rotation around the unit circle. For example: 0 == 0 2 PI == [...]
Easier Dev with PV3DDebug