-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
24 lines (17 loc) · 839 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
3D Render tool - Delphi Pascal Project
=========
This is an old delphi project that I did in highschool,
* Moteur contains the principal unit (d3d.pas) and a simple project (only for tests)
* ModelsEdit is the core project, the 3D shape editor who are stored in Models.
* Models contains 3D models.
* Launcher, a dropdown list allowing you to launch other projects. (Doesn't work very well)
* Games are still under developpement (Highschool is far :D)
The repo contains binaries as I don't know how long Borland Delphi will still be available.
Licence
=======
This software is distributed under GPL3 licence.
Original Author is Nathan Skrzypczak
Issues
======
* A real rendering algorithm because the one used actually deforms perspectives
* Handling forms behind camera -> create child class from Tcanvas