RenderToolbox / RenderToolbox4

Matlab toolbox for managing 3D scenes and physically-based rendering.
MIT License
48 stars 7 forks source link

Specifying scenes with Conditions Files #40

Open hirschland opened 6 years ago

hirschland commented 6 years ago

I think there may be a mistake in the wiki documentation for Conditions Files. It says that sceneFile is the keyword variable that specifies a different scene than the parentSceneFile stated in the exec script. The keyword variable for Conditions Files should be parentScene. e.g.

imageName parentScene
nightCafe myCafeScene.dae
nightPark myParkScene.dae

Best, Joshua