dos: forgot to reshape at least once, to allocate the framebuffer
[retroray] / src / scene.h
index d12dae6..7d4cd22 100644 (file)
@@ -31,7 +31,8 @@ enum {
        char *name; \
        cgm_vec3 pos, scale, pivot; \
        cgm_quat rot; \
-       float xform[16], inv_xform[16]
+       float xform[16], inv_xform[16]; \
+       int xform_valid
 
 struct object {
        OBJ_COMMON_ATTR;