Houdini->fbx/collada/mdd exporter?

   7444   3   1
User Avatar
Member
35 posts
Joined:
Offline
Is it possible to get houdini to export dta to a .dae or .fbx file? Bummer. that .dae files can be read but not exported
also are there any native point cache data file formats that houdini can export similar to .mdd, .pc2, .pts ?


If i wanted houdini to write out the ff info to Big Endian byte order from houdini how would i go about it?

Thanks for your help!



totalframes

totalPoints

Times

while(!totalframes)

{

while(!totalPoints)

{

write point;

point++;

}

frame++;

}
User Avatar
Member
35 posts
Joined:
Offline
bump: anyone? :shock:
User Avatar
Member
7710 posts
Joined: July 2005
Offline
http://odforce.net/wiki/index.php/HoudiniDevelopmentKit [odforce.net] ?
User Avatar
Member
166 posts
Joined: Feb. 2006
Offline
To write to Big Edian.
Either you include your own convertion routines in your DSO or when you compile you can change the MACRO.
Time to get out of this messy world.
  • Quick Links