Delgine 3D Tools & Content DeleD Community Edition
Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Sending data to DeleD

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    DeleD Community Edition Forum Index -> DeleD Plugins
View previous topic :: View next topic  
Author Message
chronozphere
DeleD PRO user


Joined: 20 Jun 2006
Posts: 1010
Location: Netherlands

PostPosted: Tue Jun 30, 2009 7:10 pm    Post subject: Sending data to DeleD Reply with quote

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! Smile
Back to top
View user's profile Send private message
chronozphere
DeleD PRO user


Joined: 20 Jun 2006
Posts: 1010
Location: Netherlands

PostPosted: Tue Jun 30, 2009 10:14 pm    Post subject: Reply with quote

Nevermind. I tried it, and found out that it was neccesary to pass all information to DeleD. Smile
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    DeleD Community Edition Forum Index -> DeleD Plugins All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum