| 309 | |
| 310 | |
| 311 | bool GuiShapeEdPreview::onWake() |
| 312 | { |
| 313 | if (!Parent::onWake()) |
| 314 | return false; |
| 315 | |
| 316 | if (!mFakeSun ) |
| 317 | mFakeSun = LIGHTMGR->createLightInfo(); |
| 318 | |
| 319 | mFakeSun->setRange( 2000000.0f ); |
| 320 | updateSun(); |
| 321 | |
| 322 | mGizmoProfile->mode = MoveMode; |
| 323 | |
| 324 | return( true ); |
| 325 | } |
| 326 | |
| 327 | void GuiShapeEdPreview::setDisplayType( S32 type ) |
| 328 | { |
nothing calls this directly
no test coverage detected