Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 25 of 26) sorted by relevance

12

/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderElement.h113 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 …]
Dgfx_RenderQueue.h173 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 …]
Dgfx_RenderContext.h259 void ClearBuffer(GLbitfield mask, const nw::ut::FloatColor& color, f32 depth);
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_CurveLfo.cpp40 depth = 0.0f; in Initialize()
101 if ( m_Param.depth == 0.0f ) return 0.0f; in GetValue()
105 value *= m_Param.depth; in GetValue()
Dsnd_SequenceSoundPlayer.cpp545 void SequenceSoundPlayer::SetTrackModDepth( u32 trackBitFlag, float depth ) in SetTrackModDepth() argument
547 SetTrackParam( trackBitFlag, &SequenceTrack::SetModDepth, depth ); in SetTrackModDepth()
Dsnd_SequenceSound.cpp561 void SequenceSound::SetTrackModDepth( u32 trackBitFlag, f32 depth ) in SetTrackModDepth() argument
569 command->value = depth; in SetTrackModDepth()
Dsnd_MidiSequencePlayer.cpp205 param.lfoParam.depth = value / 128.0f; in HandleControlChangeMessage()
Dsnd_MmlParser.cpp525 trackParam.lfoParam.depth = static_cast<u8>( commandArg1 ) / 128.0f; in CommandProc()
/NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/Common/
Dworkspace.mel25 workspace -rt "depth" "renderData/depth";
/NW4C-1.3.3/include/nw/snd/
Dsnd_SequenceTrack.h185 void SetModDepth( float depth ) { m_ParserTrackParam.lfoParam.depth = depth; } in SetModDepth() argument
Dsnd_CurveLfo.h31 f32 depth; member
Dsnd_SequenceSound.h145 void SetTrackModDepth( u32 trackBitFlag, f32 depth );
Dsnd_SequenceSoundPlayer.h218 void SetTrackModDepth( u32 trackBitFlag, float depth );
/NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/ToyPierrot/
Dworkspace.mel18 workspace -fr "depth" "renderData/depth";
/NW4C-1.3.3/include/nw/font/
Dfont_RectDrawerCommand.h65 u8 depth; //!< デプスバッファのフォーマット(PICA_DATA_DEPTH*) member
178 / ((1 << ((cbSz).depth == PICA_DATA_DEPTH_COMPONENT16 ? 16: 24)) - 1) ), \
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_Fog.cpp324 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()
Dgfx_RenderContext.cpp270 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/
Dtreeview-min.js8 …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…
10depth||E<0){return null;}var D=this.parent;while(D.depth>E){D=D.parent;}return D;},getDepthStyle:f…
Dtreeview-skin.css111 /* the style for the empty cells that are used for rendering the depth
/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_ExpDialog.mel1497 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/
DNW4C_node.ms.inc502 local depth = 0
506 depth += 1
510 append seqnodes #(depth, n)
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_node.ms.inc502 local depth = 0
506 depth += 1
510 append seqnodes #(depth, n)
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_node.ms.inc502 local depth = 0
506 depth += 1
510 append seqnodes #(depth, n)
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_node.ms.inc502 local depth = 0
506 depth += 1
510 append seqnodes #(depth, n)
/NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/ToyBlock/scenes/
DToy_T.ma330 setAttr ".stringOptions[1].name" -type "string" "rast transparency depth";
345 setAttr ".stringOptions[6].name" -type "string" "importon trace depth";

12