Add support for texture mapping
enhancement
|
Replace buffered images with list[int] or something
Optimisation
|
Figure out how to save blender projects as JSON files.
enhancement
|
Figure out how to read objects in from JSON files
enhancement
|
Restructure how faces are chopped up so that the triangles are split, instead of the entire face
bug
|
Fix bug where some faces' normals are not calculated
|
Fix slowdown when chopping up large numbers of faces
|
Find out where all the nans are coming from
|
Package all the drawing information (img, scrx, scry, etc) into a drawInfo class
|
Optimize Frustum culling and implement it for faces as well
|
Fix up Z buffers and interpolate fully to prep for texture mapping
|