Browse Source

update TODO

main
cinnaboot 5 years ago
parent
commit
9a7a9ce16e
  1. 2
      src/tangerine.h

2
src/tangerine.h

@ -14,7 +14,6 @@
/* /*
* === TODO: === * === TODO: ===
* - rename data structures to be in the new format, eg) UpperCaseStyleNames
* - rename instances of 'model_xform' that refer to a mesh node to something * - rename instances of 'model_xform' that refer to a mesh node to something
* like node_xform. model_xform should be reserved for the entity node * like node_xform. model_xform should be reserved for the entity node
* - full lighting model * - full lighting model
@ -45,6 +44,7 @@
* - work on cleaner interface for initEntity and loadScene... * - work on cleaner interface for initEntity and loadScene...
* - add a LOGF macro for printf style logging * - add a LOGF macro for printf style logging
* - replace instances of printf * - replace instances of printf
* - rename data structures to be in the new format, eg) UpperCaseStyleNames
*/ */

Loading…
Cancel
Save