No description
Find a file
2025-10-09 09:34:01 +02:00
assets init 2025-10-09 11:21:46 +02:00
.gitignore init 2025-10-09 11:21:46 +02:00
LICENSE Initial commit 2025-10-09 09:17:27 +02:00
main.cpp init 2025-10-09 11:19:08 +02:00
mapObject.cpp init 2025-10-09 11:19:08 +02:00
objObject.cpp init 2025-10-09 11:19:08 +02:00
planeObject.cpp init 2025-10-09 11:19:08 +02:00
pointObject.cpp init 2025-10-09 11:19:08 +02:00
README.md Update README.md 2025-10-09 09:34:01 +02:00

3d-render

.obj files

Syntaxe

OBJECT <- header
Plane definition -> x,y,z <- point ; <- point delimiter x,y,z : <- end point definition FFFFFFFFFF <- RGB + Aplha + luminosity \n

Example

OBJECT
0,0,0:FF00211230
0.2,0.8,5;21,0.6,3:451A206000

.map files

Syntaxe

MAP <- header
Call object file -> x,y,z <- object position : name <- Object name

Example

MAP
1,5,0:cube
2.3,2.0,6:light