mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-20 04:40:54 +00:00
more intrinsics
add transform plane added first batch function for mulp to intrinsics
This commit is contained in:
parent
ac6ec05690
commit
add7f2a5d7
14 changed files with 710 additions and 113 deletions
|
|
@ -381,8 +381,10 @@ void FrustumData::_update() const
|
|||
|
||||
// Transform the points into the desired culling space.
|
||||
|
||||
for( U32 i = 0; i < mPoints.size(); ++ i )
|
||||
mTransform.mulP( mPoints[ i ] );
|
||||
/*for( U32 i = 0; i < mPoints.size(); ++ i )
|
||||
mTransform.mulP( mPoints[ i ] );*/
|
||||
|
||||
mTransform.batch_mulP(mPoints.address(), mPoints.size());
|
||||
|
||||
// Update the axis aligned bounding box from
|
||||
// the newly transformed points.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue