mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
Merge remote-tracking branch 'smally/platform_type_consistency' into platform-type-consistency
Conflicts: Engine/source/platform/platformCPUCount.cpp
This commit is contained in:
commit
87d9e245b7
210 changed files with 896 additions and 896 deletions
|
|
@ -650,7 +650,7 @@ void ForestBrushTool::_collectElements()
|
|||
}
|
||||
}
|
||||
|
||||
bool ForestBrushTool::getGroundAt( const Point3F &worldPt, float *zValueOut, VectorF *normalOut )
|
||||
bool ForestBrushTool::getGroundAt( const Point3F &worldPt, F32 *zValueOut, VectorF *normalOut )
|
||||
{
|
||||
const U32 mask = TerrainObjectType | StaticShapeObjectType;
|
||||
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ public:
|
|||
void setPressure( F32 val );
|
||||
void setHardness( F32 val );
|
||||
void collectElements() { _collectElements(); }
|
||||
bool getGroundAt( const Point3F &worldPt, float *zValueOut, VectorF *normalOut );
|
||||
bool getGroundAt( const Point3F &worldPt, F32 *zValueOut, VectorF *normalOut );
|
||||
|
||||
protected:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue