Hi everyone
I faced the problem:
At export from 3ds max the object properties don’t get exported
I tried to set the property which limits object visibility depending on distance
<maxrenderdist value="100" />
I put this line into object property but this property does not exist in the final XML document
I tried to edit XML file manually and set this property for object like it’s said in the documentation
http://www.crystalspace3d.org/docs/online/manual/Map-Creation-Tips.html
<meshobj name="complextree">
<params>
...
</params>
<maxrenderdist value="100" />
...
</meshobj>
And it worked
The object with manually edited properties behaves properly – disappears depending on distance
How can I make this property export from 3ds max?





