| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_RenderElement.h | 113 KeyType operator()(float depth) in operator() 116 depth * static_cast<float>(BIT64_DEPTH_MAX_VALUE)) in operator() 127 KeyType operator()(float depth) in operator() 130 (1.0f - depth) * static_cast<float>(BIT64_DEPTH_MAX_VALUE)) in operator() 141 KeyType operator()(float depth) in operator() 143 NW_UNUSED_VARIABLE(depth); in operator() 251 void SetDepth(float depth, u32 shift) in SetDepth() argument 253 m_Key |= TDepthQuantizer()(depth) << shift; in SetDepth() 370 float depth, 435 float depth, in CreateRenderKey() argument [all …]
|
| D | gfx_RenderQueue.h | 173 float depth; in operator() local 183 depth = SceneHelper::CalculateDepth( in operator() 188 depth = SceneHelper::CalculateDepth( in operator() 192 return depth; in operator() 225 … float depth = calculateDepth(mesh, camera, IsCalculating(calculateDepth.model, mesh)); in operator() local 226 renderQueue->EnqueueMesh(mesh, calculateDepth.model, depth, layerId); in operator() 285 float depth = (translucencyKind == ResMaterial::TRANSLUCENCY_KIND_OPAQUE) in operator() local 290 ElementType(mesh, calculateDepth.model), translucencyKind, depth, layerId); in operator() 437 float depth, in EnqueueElement() argument 452 back->Key() = keyFactory->CreateRenderKey(*back, depth, layerId); in EnqueueElement() [all …]
|
| D | gfx_RenderContext.h | 259 void ClearBuffer(GLbitfield mask, const nw::ut::FloatColor& color, f32 depth);
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_CurveLfo.cpp | 40 depth = 0.0f; in Initialize() 101 if ( m_Param.depth == 0.0f ) return 0.0f; in GetValue() 105 value *= m_Param.depth; in GetValue()
|
| D | snd_SequenceSoundPlayer.cpp | 545 void SequenceSoundPlayer::SetTrackModDepth( u32 trackBitFlag, float depth ) in SetTrackModDepth() argument 547 SetTrackParam( trackBitFlag, &SequenceTrack::SetModDepth, depth ); in SetTrackModDepth()
|
| D | snd_SequenceSound.cpp | 561 void SequenceSound::SetTrackModDepth( u32 trackBitFlag, f32 depth ) in SetTrackModDepth() argument 569 command->value = depth; in SetTrackModDepth()
|
| D | snd_MidiSequencePlayer.cpp | 205 param.lfoParam.depth = value / 128.0f; in HandleControlChangeMessage()
|
| D | snd_MmlParser.cpp | 525 trackParam.lfoParam.depth = static_cast<u8>( commandArg1 ) / 128.0f; in CommandProc()
|
| /NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/Common/ |
| D | workspace.mel | 25 workspace -rt "depth" "renderData/depth";
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_SequenceTrack.h | 185 void SetModDepth( float depth ) { m_ParserTrackParam.lfoParam.depth = depth; } in SetModDepth() argument
|
| D | snd_CurveLfo.h | 31 f32 depth; member
|
| D | snd_SequenceSound.h | 145 void SetTrackModDepth( u32 trackBitFlag, f32 depth );
|
| D | snd_SequenceSoundPlayer.h | 218 void SetTrackModDepth( u32 trackBitFlag, float depth );
|
| /NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/ToyPierrot/ |
| D | workspace.mel | 18 workspace -fr "depth" "renderData/depth";
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_RectDrawerCommand.h | 65 u8 depth; //!< デプスバッファのフォーマット(PICA_DATA_DEPTH*) member 178 / ((1 << ((cbSz).depth == PICA_DATA_DEPTH_COMPONENT16 ? 16: 24)) - 1) ), \
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_Fog.cpp | 324 f32 depth = -(f32)i / (f32)( HALF_TABLE_SIZE ); in SetupFogSampler() local 325 viewPos.w = inverseProjectionMatrix.f._32 * depth + inverseProjectionMatrix.f._33; in SetupFogSampler() 326 … viewPos.z = -(inverseProjectionMatrix.f._22 * depth + inverseProjectionMatrix.f._23) / viewPos.w; in SetupFogSampler()
|
| D | gfx_RenderContext.cpp | 270 f32 depth in ClearBuffer() argument 281 glClearDepthf(depth); in ClearBuffer() 288 fbo.ClearBuffer( mask, color, depth, 0 ); in ClearBuffer()
|
| /NW4C-1.3.3/documents/CreativeStudio/html/assets/ |
| D | treeview-min.js | 8 …get.Node.prototype={index:0,children:null,tree:null,data:null,parent:null,depth:-1,expanded:false,… property in YAHOO.widget.Node 9 …:function(E){if(!E){return false;}this.tree=E.tree;this.parent=E;this.depth=E.depth+1;this.tree.re… 10 …depth||E<0){return null;}var D=this.parent;while(D.depth>E){D=D.parent;}return D;},getDepthStyle:f…
|
| D | treeview-skin.css | 111 /* the style for the empty cells that are used for rendering the depth
|
| /NW4C-1.3.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_ExpDialog.mel | 1497 int $depth = tokenize($xform, "|", $buf); 1498 if ($depth < $depthMin) 1501 $depthMin = $depth; 2900 proc int IsXformNodeAnimated(string $xform, int $depth) 2906 // check search depth 2907 //print ("ixna: " + $xform + ", " + $depth + "\n"); 2908 if ($depth >= 3) 2942 if (IsXformNodeAnimated($inNode, $depth + 1)) 2969 if (IsXformNodeAnimated($n, $depth + 1)) 2996 if (IsXformNodeAnimated($inNode, $depth + 1))
|
| /NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 502 local depth = 0 506 depth += 1 510 append seqnodes #(depth, n)
|
| /NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 502 local depth = 0 506 depth += 1 510 append seqnodes #(depth, n)
|
| /NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 502 local depth = 0 506 depth += 1 510 append seqnodes #(depth, n)
|
| /NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/ |
| D | NW4C_node.ms.inc | 502 local depth = 0 506 depth += 1 510 append seqnodes #(depth, n)
|
| /NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/ToyBlock/scenes/ |
| D | Toy_T.ma | 330 setAttr ".stringOptions[1].name" -type "string" "rast transparency depth"; 345 setAttr ".stringOptions[6].name" -type "string" "importon trace depth";
|