mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-28 15:55:39 +00:00
final commit get this merged
This commit is contained in:
parent
13a6df35cc
commit
4a1d664b6a
7 changed files with 122 additions and 31 deletions
|
|
@ -74,11 +74,11 @@ public:
|
|||
AppMesh();
|
||||
virtual ~AppMesh();
|
||||
|
||||
void computeBounds(Box3F& bounds);
|
||||
virtual void computeBounds(Box3F& bounds);
|
||||
void computeNormals();
|
||||
|
||||
// Create a TSMesh object
|
||||
TSMesh* constructTSMesh();
|
||||
virtual TSMesh* constructTSMesh();
|
||||
|
||||
virtual const char * getName(bool allowFixed=true) = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue