Home
last modified time | relevance | path

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

1234

/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_CreateMenu.mel82 menuItem -l "NW4C Set Material Attribute..."
83 -ann "Set material attributes of selected shadingEngine (material) node"
88 menuItem -l "NW4C Set Render Priority..."
89 -ann "Set render priority of selected shadingEngine (material) node"
94 // menuItem -l "NW4C Set Normal Mapping Attribute..."
95 // -ann "Set normal mapping attributes of selected file node"
102 menuItem -l "NW4C Set No Compress Node..."
103 -ann "Set no compress flag of selected transform node"
108 menuItem -l "NW4C Set Billboard..."
109 -ann "Set billboard mode of selected transform node"
[all …]
/NW4C-2.0.3/include/nw/ut/
Dut_ResDeclMacros.h31 void Set##name(type value) { ref().m_##name = value; } \
35 void Set##name(type value) { ref().m_##name = value; } \
41 void Set##name(bool value) { ref().m_Is##name = value; } \
55 void Set##name(const type& value) { ref().m_##name = value; } \
58 void Set##name( f32 x, f32 y ) { ref().m_##name.Set(x, y); } \
60 void Set##name(const type& value) { ref().m_##name = value; } \
63 void Set##name( f32 x, f32 y, f32 z ) { ref().m_##name.Set(x, y, z); } \
65 void Set##name(const type& value) { ref().m_##name = value; } \
68 …void NW_DEPRECATED_FUNCTION(Set##name( f32 l, f32 r, f32 b, f32 t )) { ref().m_##name.SetWi…
69 …void Set##name##WithoutFlip( f32 l, f32 r, f32 b, f32 t ) { ref().m_##name.SetWithoutFlip(l…
[all …]
Dut_Color.h455 void Set(
472 void Set(SelfType color) in Set() function
640 this->Set(
657 this->Set( vec.x, vec.y, vec.z, vec.w );
937 void Set(
962 this->Set(red, green, blue, a); in SetColor()
974 this->Set(r, g, b, alpha); in SetAlpha()
986 void Set(
1016 this->Set(fr, fg, fb, a); in SetColor()
1030 this->Set(r, g, b, fa); in SetAlpha()
[all …]
/NW4C-2.0.3/include/nw/lyt/
Dlyt_TexResource.h78 this->Set(pTexRes, size); in TexResource()
94 this->Set(fileInfo); in TexResource()
125 bool Set(void* pTexRes, u32 size);
138 bool Set(ARCFileInfo& fileInfo) in Set() function
140 return this->Set( in Set()
Dlyt_Types.h1616 Set(TEXGENTYPE_MTX2x4, TEXGENSRC_TEX0); in TexCoordGen()
1631 Set(aTexGenType, aTexGenSrc); in TexCoordGen()
1647 void Set( in Set() function
1713 Set( in TevStage()
1767 void Set( in Set() function
2364 Set(ALPHATEST_ALWAYS, 0.f); in AlphaCompare()
2382 Set(aFunc, aRef); in AlphaCompare()
2398 void Set( in Set() function
2463 Set( in BlendMode()
2489 Set(aBlendOp, aSrcFactor, aDstFactor, aLogicOp); in BlendMode()
[all …]
Dlyt_Animation.h423 pAnimLink->Set(this, idx, bDisable); in Bind()
483 Set(anmResBuf); in AnimResource()
498 void Set(const void* anmResBuf);
685 void Set(
Dlyt_TexMap.h368 void Set(const TextureInfo& src) in Set() function
392 void Set(const TexMap& texMap) in Set() function
Dlyt_TextureContainer.h75 void Set(
Dlyt_FontContainer.h83 void Set(
/NW4C-2.0.3/include/nw/anim/
Danim_AnimFrameController.h50 AnimFrame(f32 frame, f32 lastFrame) { Set(frame, lastFrame); } in AnimFrame()
56 AnimFrame(const AnimFrame& animFrame) { Set(animFrame); } in AnimFrame()
93 void Set(const AnimFrame& animFrame) in Set() function
104 void Set(f32 frame, f32 lastFrame) in Set() function
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleRandom.h45 Set(source); in ParticleRandom()
88 void Set(const ParticleRandom& source) in Set() function
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleEmitter.cpp645 position.Set(r, s, (f32)sign); in CalcCubeForm()
649 position.Set((f32)sign, r, s); in CalcCubeForm()
653 position.Set(r, (f32)sign, s); in CalcCubeForm()
717 positions[i].Set(position.x, position.y, position.z); in CalcCubeForm()
721 targetTranslate[index].Set(position.x, position.y, position.z); in CalcCubeForm()
813 positions[i].Set(position.x, position.y, position.z); in CalcCylinderForm()
817 targetTranslate[index].Set(position.x, position.y, position.z); in CalcCylinderForm()
935 positions[i].Set(position.x, position.y, position.z); in CalcDiscForm()
939 targetTranslate[index].Set(position.x, position.y, position.z); in CalcDiscForm()
966 positions[i].Set( in CalcPointForm()
[all …]
Dgfx_WorldMatrixUpdater.cpp127 scale->Set(localTransform.m_Scale); in CalculateWorldXsi()
202 scale->Set(localTransform.m_Scale); in CalculateWorldMayaSsc()
285 scale->Set(localTransform.m_Scale); in CalculateWorldBasic()
/NW4C-2.0.3/include/nw/font/
Dfont_CharStrmReader.h72 void Set(const char* stream) in Set() function
85 void Set(const wchar_t* stream) in Set() function
Dfont_Font.h61 void Set(
71 Set(0, NULL, NULL, FONT_SHEET_FORMAT_A8, 0, 0); in Reset()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextureContainer.cpp40 TextureRefLink::Set( in Set() function in nw::lyt::TextureRefLink
109 pLink->Set(name, textureInfo); in RegistTexture()
Dlyt_FontContainer.cpp60 FontRefLink::Set( in Set() function in nw::lyt::FontRefLink
130 pLink->Set(name, pFont, own); in RegistFont()
/NW4C-2.0.3/demos/lyt/multiArc/sources/
Dmain.cpp182 pArcResLink1->Set(arcLytBuf1.begin(), "arc"); in nnMain()
184 pArcResLink2->Set(arcLytBuf2.begin(), "arc"); in nnMain()
186 pArcResLink3->Set(arcLytBuf3.begin(), "arc"); in nnMain()
/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp417 reader.Set(str); in CalcLineRectImpl()
460 reader.Set(prevStreamPos); in CalcLineRectImpl()
469 reader.Set(context.str); in CalcLineRectImpl()
524 reader.Set(prevStreamPos); in CalcLineRectImpl()
611 reader.Set(str); in PrintImpl()
649 reader.Set(prevStreamPos); in PrintImpl()
706 reader.Set(context.str); in PrintImpl()
737 reader.Set(prevStreamPos); in PrintImpl()
/NW4C-2.0.3/sources/libraries/dev/
Ddev_Screenshot.cpp74 Screenshot::Set(const DisplayDescription& displayDescription, void* srcScreen, int length, int widt… in Set() function in nw::dev::Screenshot
194 …screenshot->Set(displayDescription, srcArea, length, displayDescription.width, displayDescription.… in Take()
/NW4C-2.0.3/include/nw/dev/
Ddev_Screenshot.h129 …void Set(const DisplayDescription& displayDescription, void* srcScreen, int length, int width, int…
291 void Set(const DisplayDescription&, void*, int) {};
/NW4C-2.0.3/demos/gfx/UserRenderNodeDemo/sources/
DGrRenderer.cpp211 m_Viewport.Set(0, 0, NN_GX_DISPLAY0_WIDTH, NN_GX_DISPLAY0_HEIGHT); in InitializeEnvironments()
212 m_Scissor.Set(0, 0, NN_GX_DISPLAY0_WIDTH, NN_GX_DISPLAY0_HEIGHT); in InitializeEnvironments()
/NW4C-2.0.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:450
609 group "Set"
915 )-- Set Force Export Key rollout
[all …]
/NW4C-2.0.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:450
609 group "Set"
915 )-- Set Force Export Key rollout
[all …]
/NW4C-2.0.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:450
609 group "Set"
915 )-- Set Force Export Key rollout
[all …]

1234