| 631 | } |
| 632 | |
| 633 | BaseMatInstance* SkySphere::_getMaterialInstance() |
| 634 | { |
| 635 | if (!mMaterial || !mMatInstance || mMatInstance->getMaterial() != mMaterial) |
| 636 | _initMaterial(); |
| 637 | |
| 638 | if (!mMatInstance) |
| 639 | return NULL; |
| 640 | |
| 641 | return mMatInstance; |
| 642 | } |
| 643 | |
| 644 | DefineEngineMethod(SkySphere, postApply, void, (), , "") |
| 645 | { |
nothing calls this directly
no test coverage detected