mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Remove Interior Object format (DIF)
This commit is contained in:
parent
a868b649ad
commit
b4ea1123dc
99 changed files with 76 additions and 17318 deletions
|
|
@ -243,7 +243,7 @@ void WaterBlock::setupVertexBlock( U32 width, U32 height, U32 rowOffset )
|
|||
// to a ray cast could detected.
|
||||
if(gClientContainer.castRay(start, end,
|
||||
//StaticObjectType |
|
||||
InteriorObjectType |
|
||||
//InteriorObjectType |
|
||||
//ShapeBaseObjectType |
|
||||
//StaticShapeObjectType |
|
||||
//ItemObjectType |
|
||||
|
|
@ -280,7 +280,7 @@ void WaterBlock::setupVertexBlock( U32 width, U32 height, U32 rowOffset )
|
|||
|
||||
if(gClientContainer.castRay(worldPoint, worldPoint + sunVector * 9000.f,
|
||||
//StaticObjectType |
|
||||
InteriorObjectType |
|
||||
//InteriorObjectType |
|
||||
//ShapeBaseObjectType |
|
||||
//StaticShapeObjectType |
|
||||
//ItemObjectType |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue