Manta Interactive Ray Tracer Development Mailing List

Text archives Help


Re: [MANTA] How to change camera from make_scene(...)??


Chronological Thread 
  • From: Andrew Kensler <aek@cs.utah.edu>
  • To: Abe Stephens <abe@sci.utah.edu>
  • Cc: "'manta@sci.utah.edu'" <manta@sci.utah.edu>
  • Subject: Re: [MANTA] How to change camera from make_scene(...)??
  • Date: Tue, 31 May 2005 18:25:19 -0600 (MDT)


I'm not sure about make_scene().  But for the moment you can pass in the 
initial position and parameters from the command line:

./manta -camera "pinhole(-eye 20 20 20 -lookat 0 0 0 -up 0 0 1 -fov 90)"

-Andrew

On Tue, 31 May 2005, Abe Stephens wrote:

> How do I change the camera from the make_scene(....) function for my scene.
> 
> I want to move it so that the entire bounding box of the model is visible by
> default. It looks like the camera is created in main(...) and is a member of
> RTRT...?
> 
> 
> --Thanks
> Abe
> 





Archive powered by MHonArc 2.6.16.

Top of page