Page 1 of 1

Texture Mapped 3D rendering in Factorio

Posted: Fri Dec 04, 2020 11:39 am
by Hell2o
I built a texture mapped 3D renderer in Factorio

Link to the video: https://youtu.be/CU-oku9cK_M

All the calculations use a fixed precision representation with 10 bits after the point.
It can currently handle up to 4 textures with a texture resolution of 32 by 32.
it can render an arbitrary number of triangles and is currently set up to render a cube using 12 triangles.
The screen is 64 by 32 and has 8 colours.

Screenshot:
05355.png
05355.png (2.76 MiB) Viewed 1853 times
Map download:
3D renderer 2.zip
(19.83 MiB) Downloaded 122 times

Re: Texture Mapped 3D rendering in Factorio

Posted: Fri Dec 04, 2020 5:00 pm
by adamwong246
This is amazing.

Re: Texture Mapped 3D rendering in Factorio

Posted: Fri Dec 04, 2020 5:34 pm
by Impatient
You are a wizard my friend.