Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - mich19

#1
How to create a directory with "SHELLCMD" under xp

ex:MKDIR directory
#2
Announcements / vision3d
2006-Jul-06
Vision3d my first sample for glbasic
#3
GLBasic - en / wait
2006-Jun-29
How to replace the command " wait " with glbasic

ex: wait 100
#4
GLBasic - en / .ddw
2006-May-28
How to create a .ddw file
#5
Can you explain me the functioning of X_SETTEXTUREOFFSET
#6
how to use files.jpg with objects 3d
#7
how to have several textures with only one file.ddd
#8
the .dda file format  in the new version of 3d object converter.
http://web.axelero.hu/karpo/


Hello,

I added the .dda file format loader module to my program and I uploaded the latest developer package to my web page.

You can download it using the following link:
http://web.t-online.hu/karpo/3dc32370x_dev_20060322.zip


Regards,
Zoltan

I think it is bad description:

> # now the vertices
> # n p1 p2 px ... t1 t2 tx ...
> # n = number of points for surface
> # px = index of position vertex (see below)
> # tx = index of texture coordinate (see above)
> 3  0 0 3 1 2 2 # nxyz nuv ...


The good description:
n p1 t1 p2 t2 p3 t3...pn tn