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

Method setColourOpMultipassFallback

OgreMain/src/OgreTextureUnitState.cpp:586–591  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

584 }
585 //-----------------------------------------------------------------------
586 void TextureUnitState::setColourOpMultipassFallback( SceneBlendFactor sourceFactor,
587 SceneBlendFactor destFactor )
588 {
589 mColourBlendFallbackSrc = sourceFactor;
590 mColourBlendFallbackDest = destFactor;
591 }
592 //-----------------------------------------------------------------------
593 void TextureUnitState::setAlphaOperation( LayerBlendOperationEx op, LayerBlendSource source1,
594 LayerBlendSource source2, Real arg1, Real arg2,

Callers 1

translateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected