Home
last modified time | relevance | path

Searched refs:blend (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_DrawerGraphics.cpp382 nw::ut::Color8 blend = pMaterial->GetColor( TEVKONSTSEL_K5 ); in SetUpTexEnvType2() local
392 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) = blend; in SetUpTexEnvType2()
398 else if ( *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) != blend || in SetUpTexEnvType2()
402 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) = blend; in SetUpTexEnvType2()
527 nw::ut::Color8 blend = pMaterial->GetColor( TEVKONSTSEL_K5 ); in SetUpTexEnvType3() local
539 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) = blend; in SetUpTexEnvType3()
540 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend1 ] ) = blend; in SetUpTexEnvType3()
541 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend2 ] ) = blend; in SetUpTexEnvType3()
547 else if ( *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) != blend || in SetUpTexEnvType3()
551 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) = blend; in SetUpTexEnvType3()
[all …]
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp586 m_ShapeRenderState.blend.isEnable = true; in InitializeShapeGraphicsState()
587 m_ShapeRenderState.blend.eqRgb = PICA_DATA_BLEND_EQUATION_ADD; in InitializeShapeGraphicsState()
588 m_ShapeRenderState.blend.eqAlpha = PICA_DATA_BLEND_EQUATION_ADD; in InitializeShapeGraphicsState()
589 m_ShapeRenderState.blend.srcRgb = PICA_DATA_BLEND_FUNC_SRC_ALPHA; in InitializeShapeGraphicsState()
590 m_ShapeRenderState.blend.srcAlpha = PICA_DATA_BLEND_FUNC_ONE_MINUS_SRC_ALPHA; in InitializeShapeGraphicsState()
591 m_ShapeRenderState.blend.dstRgb = PICA_DATA_BLEND_FUNC_ONE_MINUS_SRC_ALPHA; in InitializeShapeGraphicsState()
592 m_ShapeRenderState.blend.dstAlpha = PICA_DATA_BLEND_FUNC_ONE_MINUS_SRC_ALPHA; in InitializeShapeGraphicsState()
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_ExpDialog.mel2822 is blend shape target
3354 if (!size(`ls -typ blendShape`)) // check blend shape exists in scene first