View previous topic :: View next topic |
Author |
Message |
chronozphere DeleD PRO user
Joined: 20 Jun 2006 Posts: 1010 Location: Netherlands
|
Posted: Tue Jun 30, 2009 7:10 pm Post subject: Sending data to DeleD |
|
|
Hey guys
Just a question for those of you who have been working on plugins.
My plugin only changes the UV-coordinates of an object. Does that mean I can just pass the following to DeleD:
Code: |
<scene version="1.6">
<primitives highestID="'+ HIGHEST ID+'">
<primitive>
//Just pass the polygons, no <vertices> tag
<polygons>
<poly>
</poly>
<poly>
</poly>
<poly>
</poly>
</polygons>
</primitive>
</primitives>
</scene>
|
Or do I have to include all the <vertices> data aswell?
Thanks! |
|
Back to top |
|
|
chronozphere DeleD PRO user
Joined: 20 Jun 2006 Posts: 1010 Location: Netherlands
|
Posted: Tue Jun 30, 2009 10:14 pm Post subject: |
|
|
Nevermind. I tried it, and found out that it was neccesary to pass all information to DeleD. |
|
Back to top |
|
|
|