| /NW4C-1.2.23/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_CreateMenu.mel | 83 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.2.23/include/nw/ut/ |
| D | ut_ResDeclMacros.h | 28 void Set##name(type value) { ref().m_##name = value; } \ 33 void Set##name(bool value) { ref().m_Is##name = value; } \ 47 void Set##name(const type& value) { ref().m_##name = value; } \ 50 void Set##name( f32 x, f32 y ) { ref().m_##name.Set(x, y); } \ 52 void Set##name(const type& value) { ref().m_##name = value; } \ 55 void Set##name( f32 x, f32 y, f32 z ) { ref().m_##name.Set(x, y, z); } \ 57 void Set##name(const type& value) { ref().m_##name = value; } \ 60 void Set##name( f32 l, f32 r, f32 b, f32 t ) { ref().m_##name.Set(l, r, b, t); } \ 62 void Set##name(const type& value) { ref().m_##name = value; } \ 65 void Set##name( f32 r, f32 g, f32 b ) { ref().m_##name.Set(r, g, b); } \ [all …]
|
| D | ut_Color.h | 453 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.2.23/include/nw/anim/ |
| D | anim_AnimFrameController.h | 48 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.2.23/include/nw/gfx/ |
| D | gfx_ParticleRandom.h | 43 Set(source); in ParticleRandom() 86 void Set(const ParticleRandom& source) in Set() function
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_ParticleEmitter.cpp | 643 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 …]
|
| D | gfx_WorldMatrixUpdater.cpp | 125 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.2.23/include/nw/lyt/ |
| D | lyt_Types.h | 1581 Set(TEXGENTYPE_MTX2x4, TEXGENSRC_TEX0); in TexCoordGen() 1596 Set(aTexGenType, aTexGenSrc); in TexCoordGen() 1612 void Set( in Set() function 1673 Set( in TevStage() 1727 void Set( in Set() function 2315 Set(ALPHATEST_ALWAYS, 0.f); in AlphaCompare() 2333 Set(aFunc, aRef); in AlphaCompare() 2349 void Set( in Set() function 2411 Set( in BlendMode() 2437 Set(aBlendOp, aSrcFactor, aDstFactor, aLogicOp); in BlendMode() [all …]
|
| D | lyt_Animation.h | 460 Set(anmResBuf); in AnimResource() 475 void Set(const void* anmResBuf); 652 void Set(
|
| D | lyt_TexMap.h | 366 void Set(const TextureInfo& src) in Set() function 390 void Set(const TexMap& texMap) in Set() function
|
| D | lyt_TextureContainer.h | 73 void Set(
|
| D | lyt_FontContainer.h | 81 void Set(
|
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_TextureContainer.cpp | 42 TextureRefLink::Set( in Set() function in nw::lyt::TextureRefLink 94 pLink->Set(name, textureInfo); in RegistTexture()
|
| D | lyt_FontContainer.cpp | 58 FontRefLink::Set( in Set() function in nw::lyt::FontRefLink 111 pLink->Set(name, pFont, own); in RegistFont()
|
| D | lyt_TexMap.cpp | 54 this->Set(textureInfo); in TexMap()
|
| /NW4C-1.2.23/include/nw/font/ |
| D | font_CharStrmReader.h | 70 void Set(const char* stream) in Set() function 83 void Set(const wchar_t* stream) in Set() function
|
| D | font_Font.h | 59 void Set( 69 Set(0, NULL, NULL, FONT_SHEET_FORMAT_A8, 0, 0); in Reset()
|
| /NW4C-1.2.23/demos/lyt/multiArc/sources/ |
| D | main.cpp | 180 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.2.23/sources/libraries/font/ |
| D | font_TextWriterBase.cpp | 415 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.2.23/sources/libraries/dev/ |
| D | dev_Screenshot.cpp | 72 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.2.23/include/nw/dev/ |
| D | dev_Screenshot.h | 127 …void Set(const DisplayDescription& displayDescription, void* srcScreen, int length, int width, int… 289 void Set(const DisplayDescription&, void*, int) {};
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 5 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
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 5 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
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 5 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
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 5 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
|