mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
More updating of editor icons to assets
Fixed handling of convex shape editor's active and default materials Fixed assignment of material for convex shapes via editor Fixed material editor map assignment logic Added utility function to detect possible duplicate files in project to ProjectImporter Added conversion of legacy sky and water classes to importer Fixed bufferLen issue with guiTreeViewCtrl
This commit is contained in:
parent
2f5f585aaf
commit
555c563b39
18 changed files with 147 additions and 30 deletions
|
|
@ -2170,3 +2170,5 @@ void ConvexShape::Geometry::generate(const Vector< PlaneF > &planes, const Vecto
|
|||
faces.push_back( newFace );
|
||||
}
|
||||
}
|
||||
|
||||
DEF_MATERIALASSET_BINDS(ConvexShape, Material);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue