> camera { // no warning orthographic angle 40 location < > -150,100,-160> look_at <-10,-20,50>} Whoops, that should read: camera { // no warning orthographic angle 40 location <-150,100,-160> look_at <-10,-20,50> } Pan's "rewrap" messed it up...
Post a reply to this message