MCPcopy Create free account
hub / github.com/OGRECave/ogre / getProjectiveTexturingFrustum

Method getProjectiveTexturingFrustum

OgreMain/src/OgreTextureUnitState.cpp:1173–1182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1171
1172 }
1173 const Frustum* TextureUnitState::getProjectiveTexturingFrustum() const
1174 {
1175 EffectMap::const_iterator i = mEffects.find(ET_PROJECTIVE_TEXTURE);
1176 if (i != mEffects.end())
1177 {
1178 return i->second.frustum;
1179 }
1180
1181 return 0;
1182 }
1183 //-----------------------------------------------------------------------
1184 void TextureUnitState::setName(const String& name)
1185 {

Callers 2

_setPassMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected