Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r366 - swig/SwigInterface


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r366 - swig/SwigInterface
  • Date: Mon, 6 Jun 2005 11:43:20 -0600 (MDT)

Author: bigler
Date: Mon Jun  6 11:43:20 2005
New Revision: 366

Modified:
   swig/SwigInterface/manta-run.py
Log:

Since manta is being run as an imbedded process don't block until exit
when calling beginRendering().


Modified: swig/SwigInterface/manta-run.py
==============================================================================
--- swig/SwigInterface/manta-run.py     (original)
+++ swig/SwigInterface/manta-run.py     Mon Jun  6 11:43:20 2005
@@ -15,4 +15,4 @@
 xinterface.startup()
 engine.createChannel("opengl", currentCamera, 0, xres, yres)
 engine.setScene(manta.createDefaultScene())
-engine.beginRendering(1)
+engine.beginRendering(0)




  • [MANTA] r366 - swig/SwigInterface, bigler, 06/06/2005

Archive powered by MHonArc 2.6.16.

Top of page