Home
last modified time | relevance | path

Searched refs:step (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/demos/snd/demolib/include/
Ddemolib.h134 ParamInt( const char* name, int init, int step, int min, int max ) in ParamInt() argument
137 m_Step( step ), in ParamInt()
164 ParamF32( const char* name, f32 init, f32 step, f32 min, f32 max ) in ParamF32() argument
167 m_Step( step ), in ParamF32()
/NW4C-2.0.3/include/nw/font/
Dfont_CharStrmReader.h141 void StepStrm(int step=1)
144 charStrm += step;
/NW4C-2.0.3/demos/lyt/animShare/sources/
Dmain.cpp328 const f32 step = 2.f; in UpdateAnimationFrame() local
331 animFrame = nw::ut::Min(animFrameMax, animFrame + step); in UpdateAnimationFrame()
340 const f32 step = 1.f; in UpdateAnimationFrame() local
343 animFrame = nw::ut::Max(0.f, animFrame - step); in UpdateAnimationFrame()
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel432 -t $s -v (-$i) -itt "flat" -ott "step" $animRange; // start
435 -t $e -v (-$i) -itt "flat" -ott "step" $animRange; // end
3158 if ($ott[0] == "step")