9551-Dev / C3D

Advanced 3D renderer for the Computercraft minecraft mod
https://c3d.madefor.cc
MIT License
24 stars 1 forks source link

fancy screen buffer objects #10

Open 9551-Dev opened 1 year ago

9551-Dev commented 1 year ago

fancy screen buffer objects optimized for low data complexity these should be objects which can be assigned to C3D to render to and created by the user. they have 2 layers one of which is the color layer and the other data layer used to store things like object positions

also a bunch of data manipulation functions to handle the optimized format

with these stuff like shading should be very fast and simple using deferred rendering