Skip to content

Instantly share code, notes, and snippets.

{
Here it is! My first attempt to do some nice 3D stuff in TMT Pascal...
I think it looks pretty cool. As you can see lots of procedures are
done in assembler, 'cause 32-bit power rules! I think that's the best
feature of TMT Pascal. This program is not very fast (no Pentium
optimizations and stuff...), but it is isn't slow too. You can find
some interesting procedures in it like Rotate3D, ConvertTo2D,
GouraudPoly, FIndColors. I think they are pretty fast. You CAN use
them in your own programs, I don't mind...