...
o = selection as array -- store the selected objects in an array
for i = 1 to o.count do -- repeat for each selected object
(
converttomesh o -- convert this object to a mesh
for t = 1 to o.numverts do
…
</pre>
Thank you very much!
Andi </i> </pre>
Xenoage Games
MaxScript (3D Studio Max 4): Finding Triangle Strips
Hello everybody,
At the moment I am working on a 3D Studio Max 4 Script that is able to export models into our special engine format.
The method is quite simple: I convert the active selection
into an Editable_Mesh an write then the X-, Y- and Z-coordinate of every vertex into an ASCII File.
The problem: Sometimes 3DS Max uses Triangle Strips and sometimes it prefers to use Triangle Lists. How can I find out, what method is used for each vertex? Or do you know a method how to convert everything into triangle lists?
The code:
Xenoage Games
I don''t know the answer to your question, but you might also want to try asking it at the Discreet forums. There is a fairly active MaxScript community.
http://support.discreet.com/~max
--
http://www.3dcgi.com/
http://support.discreet.com/~max
--
http://www.3dcgi.com/
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement