mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
Merge pull request #1806 from Azaezel/byeByeVarVar2
more unused variable cleanups
This commit is contained in:
commit
60e258e5a9
31 changed files with 2 additions and 75 deletions
|
|
@ -385,11 +385,6 @@ bool SceneCullingState::createCullingVolume( const Point3F* vertices, U32 numVer
|
|||
if( cosAngle > 0.1f )
|
||||
continue;
|
||||
|
||||
//TODO
|
||||
|
||||
const Point3F addNormals = currentPlane + lastPlane;
|
||||
const Point3F crossNormals = mCross( currentPlane, lastPlane );
|
||||
|
||||
Point3F newNormal = currentPlane + lastPlane;//addNormals - mDot( addNormals, crossNormals ) * crossNormals;
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue