| /NW4C-2.0.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_CreateMenu.mel | 82 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/ |
| D | ut_ResDeclMacros.h | 31 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 …]
|
| D | ut_Color.h | 455 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/ |
| D | lyt_TexResource.h | 78 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()
|
| D | lyt_Types.h | 1616 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 …]
|
| D | lyt_Animation.h | 423 pAnimLink->Set(this, idx, bDisable); in Bind() 483 Set(anmResBuf); in AnimResource() 498 void Set(const void* anmResBuf); 685 void Set(
|
| D | lyt_TexMap.h | 368 void Set(const TextureInfo& src) in Set() function 392 void Set(const TexMap& texMap) in Set() function
|
| D | lyt_TextureContainer.h | 75 void Set(
|
| D | lyt_FontContainer.h | 83 void Set(
|
| /NW4C-2.0.3/include/nw/anim/ |
| D | anim_AnimFrameController.h | 50 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/ |
| D | gfx_ParticleRandom.h | 45 Set(source); in ParticleRandom() 88 void Set(const ParticleRandom& source) in Set() function
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ParticleEmitter.cpp | 645 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 …]
|
| D | gfx_WorldMatrixUpdater.cpp | 127 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/ |
| D | font_CharStrmReader.h | 72 void Set(const char* stream) in Set() function 85 void Set(const wchar_t* stream) in Set() function
|
| D | font_Font.h | 61 void Set( 71 Set(0, NULL, NULL, FONT_SHEET_FORMAT_A8, 0, 0); in Reset()
|
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_TextureContainer.cpp | 40 TextureRefLink::Set( in Set() function in nw::lyt::TextureRefLink 109 pLink->Set(name, textureInfo); in RegistTexture()
|
| D | lyt_FontContainer.cpp | 60 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/ |
| D | main.cpp | 182 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/ |
| D | font_TextWriterBase.cpp | 417 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/ |
| D | dev_Screenshot.cpp | 74 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/ |
| D | dev_Screenshot.h | 129 …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/ |
| D | GrRenderer.cpp | 211 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/ |
| 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 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/ |
| 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 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/ |
| 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 603 rollout nw4cForceKeyRollout "NW4C Set Force Export Key" width:320 height:450 609 group "Set" 915 )-- Set Force Export Key rollout [all …]
|