Home
last modified time | relevance | path

Searched refs:Set (Results 1 – 25 of 66) sorted by relevance

123

/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_CreateMenu.mel83 menuItem -l "NW4C Set Material Attribute..."
84 -ann "Set material attributes of selected shadingEngine (material) node"
89 menuItem -l "NW4C Set Render Priority..."
90 -ann "Set render priority of selected shadingEngine (material) node"
95 // menuItem -l "NW4C Set Normal Mapping Attribute..."
96 // -ann "Set normal mapping attributes of selected file node"
103 menuItem -l "NW4C Set No Compress Node..."
104 -ann "Set no compress flag of selected transform node"
109 menuItem -l "NW4C Set Billboard..."
110 -ann "Set billboard mode of selected transform node"
[all …]
/NW4C-1.3.3/include/nw/ut/
Dut_ResDeclMacros.h29 void Set##name(type value) { ref().m_##name = value; } \
33 void Set##name(type value) { ref().m_##name = value; } \
39 void Set##name(bool value) { ref().m_Is##name = value; } \
53 void Set##name(const type& value) { ref().m_##name = value; } \
56 void Set##name( f32 x, f32 y ) { ref().m_##name.Set(x, y); } \
58 void Set##name(const type& value) { ref().m_##name = value; } \
61 void Set##name( f32 x, f32 y, f32 z ) { ref().m_##name.Set(x, y, z); } \
63 void Set##name(const type& value) { ref().m_##name = value; } \
66 …void NW_DEPRECATED_FUNCTION(Set##name( f32 l, f32 r, f32 b, f32 t )) { ref().m_##name.SetWi…
67 …void Set##name##WithoutFlip( f32 l, f32 r, f32 b, f32 t ) { ref().m_##name.SetWithoutFlip(l…
[all …]
Dut_Color.h453 void Set(
470 void Set(SelfType color) in Set() function
638 this->Set(
655 this->Set( vec.x, vec.y, vec.z, vec.w );
935 void Set(
960 this->Set(red, green, blue, a); in SetColor()
972 this->Set(r, g, b, alpha); in SetAlpha()
984 void Set(
1014 this->Set(fr, fg, fb, a); in SetColor()
1028 this->Set(r, g, b, fa); in SetAlpha()
[all …]
/NW4C-1.3.3/include/nw/anim/
Danim_AnimFrameController.h48 AnimFrame(f32 frame, f32 lastFrame) { Set(frame, lastFrame); } in AnimFrame()
54 AnimFrame(const AnimFrame& animFrame) { Set(animFrame); } in AnimFrame()
91 void Set(const AnimFrame& animFrame) in Set() function
102 void Set(f32 frame, f32 lastFrame) in Set() function
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleRandom.h43 Set(source); in ParticleRandom()
86 void Set(const ParticleRandom& source) in Set() function
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleEmitter.cpp643 position.Set(r, s, (f32)sign); in CalcCubeForm()
647 position.Set((f32)sign, r, s); in CalcCubeForm()
651 position.Set(r, (f32)sign, s); in CalcCubeForm()
715 positions[i].Set(position.x, position.y, position.z); in CalcCubeForm()
719 targetTranslate[index].Set(position.x, position.y, position.z); in CalcCubeForm()
811 positions[i].Set(position.x, position.y, position.z); in CalcCylinderForm()
815 targetTranslate[index].Set(position.x, position.y, position.z); in CalcCylinderForm()
933 positions[i].Set(position.x, position.y, position.z); in CalcDiscForm()
937 targetTranslate[index].Set(position.x, position.y, position.z); in CalcDiscForm()
964 positions[i].Set( in CalcPointForm()
[all …]
Dgfx_WorldMatrixUpdater.cpp125 scale->Set(localTransform.m_Scale); in CalculateWorldXsi()
200 scale->Set(localTransform.m_Scale); in CalculateWorldMayaSsc()
283 scale->Set(localTransform.m_Scale); in CalculateWorldBasic()
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Types.h1581 Set(TEXGENTYPE_MTX2x4, TEXGENSRC_TEX0); in TexCoordGen()
1596 Set(aTexGenType, aTexGenSrc); in TexCoordGen()
1612 void Set( in Set() function
1678 Set( in TevStage()
1732 void Set( in Set() function
2329 Set(ALPHATEST_ALWAYS, 0.f); in AlphaCompare()
2347 Set(aFunc, aRef); in AlphaCompare()
2363 void Set( in Set() function
2428 Set( in BlendMode()
2454 Set(aBlendOp, aSrcFactor, aDstFactor, aLogicOp); in BlendMode()
[all …]
Dlyt_Animation.h421 pAnimLink->Set(this, idx, bDisable); in Bind()
481 Set(anmResBuf); in AnimResource()
496 void Set(const void* anmResBuf);
683 void Set(
Dlyt_TexMap.h366 void Set(const TextureInfo& src) in Set() function
390 void Set(const TexMap& texMap) in Set() function
Dlyt_TextureContainer.h73 void Set(
Dlyt_FontContainer.h81 void Set(
/NW4C-1.3.3/include/nw/font/
Dfont_CharStrmReader.h70 void Set(const char* stream) in Set() function
83 void Set(const wchar_t* stream) in Set() function
Dfont_Font.h59 void Set(
69 Set(0, NULL, NULL, FONT_SHEET_FORMAT_A8, 0, 0); in Reset()
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_TextureContainer.cpp42 TextureRefLink::Set( in Set() function in nw::lyt::TextureRefLink
111 pLink->Set(name, textureInfo); in RegistTexture()
Dlyt_FontContainer.cpp58 FontRefLink::Set( in Set() function in nw::lyt::FontRefLink
128 pLink->Set(name, pFont, own); in RegistFont()
Dlyt_TexMap.cpp54 this->Set(textureInfo); in TexMap()
/NW4C-1.3.3/demos/lyt/multiArc/sources/
Dmain.cpp180 pArcResLink1->Set(arcLytBuf1.begin(), "arc"); in nnMain()
182 pArcResLink2->Set(arcLytBuf2.begin(), "arc"); in nnMain()
184 pArcResLink3->Set(arcLytBuf3.begin(), "arc"); in nnMain()
/NW4C-1.3.3/sources/libraries/font/
Dfont_TextWriterBase.cpp415 reader.Set(str); in CalcLineRectImpl()
458 reader.Set(prevStreamPos); in CalcLineRectImpl()
467 reader.Set(context.str); in CalcLineRectImpl()
522 reader.Set(prevStreamPos); in CalcLineRectImpl()
609 reader.Set(str); in PrintImpl()
647 reader.Set(prevStreamPos); in PrintImpl()
704 reader.Set(context.str); in PrintImpl()
735 reader.Set(prevStreamPos); in PrintImpl()
/NW4C-1.3.3/sources/libraries/dev/
Ddev_Screenshot.cpp72 Screenshot::Set(const DisplayDescription& displayDescription, void* srcScreen, int length, int widt… in Set() function in nw::dev::Screenshot
192 …screenshot->Set(displayDescription, srcArea, length, displayDescription.width, displayDescription.… in Take()
/NW4C-1.3.3/include/nw/dev/
Ddev_Screenshot.h127 …void Set(const DisplayDescription& displayDescription, void* srcScreen, int length, int width, int…
289 void Set(const DisplayDescription&, void*, int) {};
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_node.ms.inc5 rollout nw4cNodeRollout "NW4C Set No Compress Node" width:320 height:348
10 groupBox grp2 "Set" pos:[8,204] width:304 height:48
152 rollout nw4cBillboardRollout "NW4C Set Billboard" width:320 height:400
157 groupBox grp2 "Set" pos:[8,204] width:304 height:48
321 rollout nw4cCombineRollout "NW4C Set Combine Group" width:320 height:386
326 groupBox grp2 "Set" pos:[8,204] width:304 height:64
330 button btnSequential "Set Sequential" pos:[188,236] width:112 height:24
603 rollout nw4cForceKeyRollout "NW4C Set Force Export Key" width:320 height:410
609 group "Set"
874 )-- Set Force Export Key rollout
[all …]
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_node.ms.inc5 rollout nw4cNodeRollout "NW4C Set No Compress Node" width:320 height:348
10 groupBox grp2 "Set" pos:[8,204] width:304 height:48
152 rollout nw4cBillboardRollout "NW4C Set Billboard" width:320 height:400
157 groupBox grp2 "Set" pos:[8,204] width:304 height:48
321 rollout nw4cCombineRollout "NW4C Set Combine Group" width:320 height:386
326 groupBox grp2 "Set" pos:[8,204] width:304 height:64
330 button btnSequential "Set Sequential" pos:[188,236] width:112 height:24
603 rollout nw4cForceKeyRollout "NW4C Set Force Export Key" width:320 height:410
609 group "Set"
874 )-- Set Force Export Key rollout
[all …]
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_node.ms.inc5 rollout nw4cNodeRollout "NW4C Set No Compress Node" width:320 height:348
10 groupBox grp2 "Set" pos:[8,204] width:304 height:48
152 rollout nw4cBillboardRollout "NW4C Set Billboard" width:320 height:400
157 groupBox grp2 "Set" pos:[8,204] width:304 height:48
321 rollout nw4cCombineRollout "NW4C Set Combine Group" width:320 height:386
326 groupBox grp2 "Set" pos:[8,204] width:304 height:64
330 button btnSequential "Set Sequential" pos:[188,236] width:112 height:24
603 rollout nw4cForceKeyRollout "NW4C Set Force Export Key" width:320 height:410
609 group "Set"
874 )-- Set Force Export Key rollout
[all …]
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_node.ms.inc5 rollout nw4cNodeRollout "NW4C Set No Compress Node" width:320 height:348
10 groupBox grp2 "Set" pos:[8,204] width:304 height:48
152 rollout nw4cBillboardRollout "NW4C Set Billboard" width:320 height:400
157 groupBox grp2 "Set" pos:[8,204] width:304 height:48
321 rollout nw4cCombineRollout "NW4C Set Combine Group" width:320 height:386
326 groupBox grp2 "Set" pos:[8,204] width:304 height:64
330 button btnSequential "Set Sequential" pos:[188,236] width:112 height:24
603 rollout nw4cForceKeyRollout "NW4C Set Force Export Key" width:320 height:410
609 group "Set"
874 )-- Set Force Export Key rollout
[all …]

123