index
:
libgraphics
master
3D computer graphics library
rgl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
offset fb during drawing based on viewport config. move OBJ-related procedure...
rodri
2024-08-07
1
-294
/
+0
*
fix stack overflow, skybox fov sensibility and scene duplication.
rodri
2024-07-15
1
-2
/
+2
*
fix the geometry glitches when moving things around.
rodri
2024-07-13
1
-33
/
+92
*
small improvements.
rodri
2024-07-12
1
-1
/
+3
*
create a new texture interface.
rodri
2024-07-05
1
-9
/
+11
*
add spotlight params and a light color shading routine. other things.
rodri
2024-06-10
1
-13
/
+3
*
add cubemaps.
rodri
2024-06-06
1
-0
/
+4
*
add a tangent parameter for normal mapping, and a world2model xform.
rodri
2024-06-04
1
-3
/
+21
*
add a normal map property to Material.
rodri
2024-05-28
1
-0
/
+7
*
add a name property to Material.
rodri
2024-05-12
1
-1
/
+9
*
scene: free model materials during cleanup.
rodri
2024-05-10
1
-0
/
+2
*
add a general primitive with support for points, lines and triangles.
rodri
2024-05-03
1
-46
/
+227
*
scene: correct blatant use-after-free.
rodri
2024-04-03
1
-2
/
+3
*
scene: add a way to remove entities and fix the clearscene routine.
rodri
2024-04-03
1
-1
/
+11
*
add trivial nil checks to some of the cleanup procedures.
rodri
2024-04-03
1
-1
/
+8
*
scene: implement full cleanup procedures.
rodri
2024-04-03
1
-2
/
+21
*
scene: fix uninitialized nents field.
rodri
2024-04-03
1
-0
/
+1
*
add initial support for OBJMaterial properties.
rodri
2024-02-21
1
-0
/
+1
*
implement general polygon fan triangulation.
rodri
2024-02-15
1
-61
/
+48
*
lay out the grounds for a scene renderer.
rodri
2024-02-13
1
-0
/
+185