Rendering Massive Crowd Simulation With 3delight
Rendering Massive Crowd Simulation With 3delight
Step 1 – Convert all texture with tdlmake Windows command line examples:
licserver –d “%DELIGHT%/license.dat”
tdlmake D:/Texture/boots2.tif D:/Texture/boots2.tdl
tdlmake D:/Texture/tshirt.tif D:/Texture/tshirt.tdl
…
Step 2 – Configure renderpass and render parameters.
filename.#.rib
Step 3 – Assign material and shaders to geometry
Step 4 – Key light parameters
All agents must be inside of cone to cast shadow map.
Step 5 – Sim -> sim parameters
Step 6 – Set render to agent
Step 7 – Create all directory necessary in same directory as massive file (Pic, Rib, shadowmap, Sim, Cam).
If you have MASSIVE JET 3.0 you just need to make this small change in sim parameters.
The ouput of sequence of 3delight command generate by MASSIVE JET have .sh extension, so it’s necessary convert if you are
working in windows.
I make a c++ program, platform: windows XP sp2, that convert render_script.sh to render_script.bat.
How to use?
4- Double click on render_script.bat to rendering you rib sequence. The licserver must be running (step 1).