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

Messages - mich19

#1
Announcements / vision3d
2006-Jul-24
in the showrrom the first screen
of  the new version of vision3d
Release is scheduled for august 2006.
Exact date is not yet decided.
#2
Announcements / vision3d
2006-Jul-10
new version width small change

vision3d 1.1

- new select files
- select background
- capture screen

download in the showrrom
#3
My commands do not work


SHELLCMD ("mkdir test", FALSE , TRUE, rv)
SHELLCMD("cmd /mkdir test", TRUE, FALSE, rv)
SHELLCMD("cmd mkdir> test", TRUE, FALSE, rv)
#4
How to create a directory with "SHELLCMD" under xp

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

ex: wait 100
#7
GLBasic - en / .ddw
2006-May-28
How to create a .ddw file
#8
Thank you for the speed and the quality of the example
#9
I do not arrive has to use this function(office), can you make me an example
Thank you
#10
Can you explain me the functioning of X_SETTEXTUREOFFSET
#11
how to use files.jpg with objects 3d
#12
how to have several textures with only one file.ddd
#13
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