View Single Post
Old 28th November 2003, 11:19 AM   #1
-WOODY-
Senior Member
Professional user
 
Join Date: Sep 2003
Location: Homje of the Indy 500
Posts: 176
Default Scene file editor

I'd like to see some kind of scene file editor to where one could add additonal information that could be saved along with the current scene itself.
Maybe like some kind of scalled down note pad function of some kind. For example, if I wanted to add an atmospheric or fog effect that Pov-Ray can read, I could just pull it up and add something like this:

media { // atmospheric media sample
intervals 10
scattering { 2, rgb 0.2 }
samples 1, 10
confidence 0.9999
variance 1/1000
ratio 0.9
}
Then when I go to render the scene, this addtional info would be added.
-WOODY- is offline   Reply With Quote