3d-ed Supportpage
Info
3d-ed is a project that's been going on since the summer '96. I started
coding it since I needed a program to create data for my 3d-engine. It's
written in c++ it's not really object oriented. So far it supports points,
lines, polygons, lightpoints and some basic texture functions.
To do
The editor don't support any standard save or load formats since I've been
to lazy to seach for any documentation. I'm alsa having problems with the
save function. The files aren't closed properly after saving which results
in a file with the size of zero. See below if you think you can help me
with this.
I need help
I need som help with the saving bug. It worked fine until I started to work
with requesters(ASL). I've set the DO_SAVE flag so that shouldn't be the
problem.