Converting 3D file formats to .ddd

Previous topic - Next topic

Hemlos

Blender is so hard to learn tho....i still cant figgure it out.


BY THE WAY Gernot:

Anim8or is now version 97a, and it supports plugins and scripting now.
It does export .3ds, which can be converted into 1 frame .ddd.


And two questions for you gernot:
How did you make moon.md2?
And what did you use to convert it to .ddd with all the frames??


Bing ChatGpt is pretty smart :O

Kitty Hello

the md2 is just a model from any package. You can use the md2 files to convert them to .ddd using the 3D convert program.

You can also write an export filter for Anmi8or, if you're cool. The dda file format (ascii) is open.
http://www.glbasic.com/forum/index.php?topic=3924.0

You can write a GLBasic program that opend a .dda file and X_SAVEOBJ make a .ddd file from that. You can then inject that into your script to create .ddd files.

Hemlos

Quote from: Kitty Hello on 2009-Dec-07
You can also write an export filter for Anmi8or, if you're cool. The dda file format (ascii) is open.
You can write a GLBasic program that opend a .dda file and X_SAVEOBJ make a .ddd file from that. You can then inject that into your script to create .ddd files.

The 3d converter will not convert a .dda file?

I would have created a dda to ddd object converter in the past, but i really have not seen any use for this, until now.

I will try to see if i can figgure out how to make an export filter for anim8or, thank you!

:nw:




Bing ChatGpt is pretty smart :O