WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   How to input several model files and then save one output file (https://forum.worldviz.com/showthread.php?t=1564)

mspusch 07-15-2008 10:27 PM

How to input several model files and then save one output file
 
I would like to input several model files and then save one output file.

For example,
* input : houes.ive, desk1.ive. desk2.ive and furniture1.ive and furniture2.ive
* output : layout1.ive (with geometry and texture)

mspusch 07-15-2008 10:30 PM

Code:

import viz

 

viz.go()

 

## Block 1 - used to create saved object

#group = viz.add(viz.GROUP)

#

#group.add('tut_ground.wrl')

#group.add('ball.wrl')

#

#group.save('foo.ive')

 

## Block 2 - used to load saved object

viz.add('foo.ive')



All times are GMT -7. The time now is 03:59 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC