|
|
|
@ -14,7 +14,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* === TODO: === |
|
|
|
* === TODO: === |
|
|
|
* - move default shaders out of git-lfs |
|
|
|
|
|
|
|
* - full lighting model |
|
|
|
* - full lighting model |
|
|
|
* - test complex entities |
|
|
|
* - test complex entities |
|
|
|
* - need a separate GLBufferToAttribMapping for each mesh on an entity |
|
|
|
* - need a separate GLBufferToAttribMapping for each mesh on an entity |
|
|
|
@ -46,6 +45,7 @@ |
|
|
|
* - rename data structures to be in the new format, eg) UpperCaseStyleNames |
|
|
|
* - 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 |
|
|
|
|
|
|
|
* - move default shaders out of git-lfs |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|