MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getTexture

Method getTexture

Components/PlanarReflections/src/OgrePlanarReflections.cpp:901–906  ·  view source on GitHub ↗

-----------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

899 }
900 //-----------------------------------------------------------------------------------
901 TextureGpu *PlanarReflections::getTexture( uint8 actorIdx ) const
902 {
903 if( actorIdx >= mActiveActorData.size() )
904 return 0;
905 return mActiveActorData[actorIdx].reflectionTexture;
906 }
907 //-----------------------------------------------------------------------------------
908 bool PlanarReflections::cameraMatches( const Camera *camera )
909 {

Callers 13

analyzeBarriersMethod · 0.45
fillBuffersForMethod · 0.45
resetIblSpecMipmapMethod · 0.45
saveTextureMethod · 0.45
saveMaterialMethod · 0.45
testLightVsAllObjectsMethod · 0.45
saveTextureMethod · 0.45
saveMaterialMethod · 0.45
setTexturePropertyMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected