mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
kill off a couple extraneous sets
This commit is contained in:
parent
e829e61452
commit
8d08ab2370
2 changed files with 0 additions and 12 deletions
|
|
@ -158,12 +158,6 @@ void BoxEnvironmentProbe::prepRenderImage(SceneRenderState *state)
|
|||
if (!mEnabled || !ReflectionProbe::smRenderPreviewProbes)
|
||||
return;
|
||||
|
||||
//special hook-in for BoxEnvironmentProbes
|
||||
Point3F camPos = state->getCameraPosition();
|
||||
mProbeInfo->mBounds.setCenter(camPos);
|
||||
|
||||
mProbeInfo->setPosition(camPos);
|
||||
|
||||
if (ReflectionProbe::smRenderPreviewProbes && gEditingMission && mEditorShapeInst && mPrefilterMap != nullptr)
|
||||
{
|
||||
GFXTransformSaver saver;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue