Search found 2 matches

by Wintran
Thu Mar 31, 2005 9:31 pm
Forum: Beginners Help
Topic: Geomipmap possibilities?
Replies: 9
Views: 641

A little bit later, I'll expand my explanations on how to modify terrain at runtime ( and maybe even post an example tonight, it's really not that hard ). Hi. I would also love to hear that explanation as I'm planning on using this engine for an RPG, which means I'll also need to work with large te...
by Wintran
Sun Mar 13, 2005 10:02 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Smooth FPS camera
Replies: 39
Views: 27633

You can use this code to set the fov using degrees instead of radians: 3.14159f / (180f / (180 - degrees)) Simply replace "degrees" with the desired number of degrees (1-180) that you want your fov to be. Regarding the smooth mouse code, I would also love to see this or a similar code bein...