/[ff3d]/ff3d/language/SceneExpression.cpp
ViewVC logotype

Diff of /ff3d/language/SceneExpression.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by delpinux, Sun May 4 18:09:01 2003 UTC revision 1.3 by delpinux, Sun Aug 31 15:13:08 2003 UTC
# Line 103  void SceneExpressionPOVRay::execute() Line 103  void SceneExpressionPOVRay::execute()
103    ffout(3) << "Scene is composed of " << (*pScene).nbObjects()    ffout(3) << "Scene is composed of " << (*pScene).nbObjects()
104              << " objects:\n";              << " objects:\n";
105    for (size_t i=0; i<(*__scene).nbObjects(); i++)    for (size_t i=0; i<(*__scene).nbObjects(); i++)
106      ffout(4) << (*__scene).object(i).shape() << '\n';      ffout(4) << (*__scene).object(i) << '\n';
107    
108    
109    Information::instance().setScene(__scene);    Information::instance().setScene(__scene);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26