mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 04:45:31 +00:00
Cleanup of export function to remove redundant arg
Removed unused var Cleaned up collision export on convexShape Added prefab export functionality
This commit is contained in:
parent
787b8be82c
commit
8dedcf456a
9 changed files with 23 additions and 13 deletions
|
|
@ -564,8 +564,7 @@ class SceneObject : public NetObject, private SceneContainer::Link, public Proce
|
|||
/// @param box Box bounding volume
|
||||
/// @param sphere Sphere bounding volume
|
||||
///
|
||||
virtual bool buildExportPolyList(PolyListContext context,
|
||||
ColladaUtils::ExportData *exportData,
|
||||
virtual bool buildExportPolyList(ColladaUtils::ExportData *exportData,
|
||||
const Box3F& box,
|
||||
const SphereF& sphere) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue