Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] information request


Chronological Thread 
  • From: "Christian Odom" <cnsodom@gmail.com>
  • To: manta@sci.utah.edu
  • Subject: [MANTA] information request
  • Date: Mon, 29 Jan 2007 18:28:20 -0600
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dXbuwVlSo9s7mrtYkxlBsRkauKaRm5Z7HAvFFCG0xKaSGmyMMi58TD8NrcKreaUBJLkHjJyY+ZNAolCD56kCc881bsDfZCPwQlxHXTuku6bXeuUE1etUDoTHoRIQ7Whjn8GXpw4lBA6nt61ZF+egzFZe6N1yxUPJjE3xmgYbm78=

Hi everyone

We are trying to create a server app that will run on computer1 and
send positional data to computer2, which is running Manta.  We would
then like to have Manta render the scene based on the positional data
and ship it back to computer1 where the server app will display the
image.

Can someone point me in the right direction in regards to Manta?

Christian Odom
Graduate Student
Louisiana Immersive Technologies Enterprise

On 1/26/07, bigler@sci.utah.edu <bigler@sci.utah.edu> wrote:
Author: bigler
Date: Fri Jan 26 12:52:27 2007
New Revision: 1274

Modified:
   trunk/Model/Cameras/PinholeCamera.cc
Log:

90 degrees for the default field of view leaves no boarder around the
geometry.  Set to 60.


Modified: trunk/Model/Cameras/PinholeCamera.cc
==============================================================================
--- trunk/Model/Cameras/PinholeCamera.cc        (original)
+++ trunk/Model/Cameras/PinholeCamera.cc        Fri Jan 26 12:52:27 2007
@@ -459,7 +459,7 @@
       eye = Vector(0,1,0);
       lookat = Vector(0,0,0);
       up = Vector(0, 0, 1);
-      hfov = 90;
+      hfov = 60;
       BBox bbox;
       scene->getObject()->computeBounds(context, bbox);
       autoview(bbox);






Archive powered by MHonArc 2.6.16.

Top of page