| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_Rect.h | 69 Rect(f32 l, f32 t, f32 r, f32 b) in Rect() 71 top(t), in Rect() 193 const f32 t = top; in Normalize() local 199 top = (b - t) >= 0 ? t : b; in Normalize() 200 bottom = (b - t) >= 0 ? b : t; in Normalize()
|
| D | ut_ResDeclMacros.h | 68 …PRECATED_FUNCTION(Set##name( f32 l, f32 r, f32 b, f32 t )) { ref().m_##name.SetWithYFlip(l, r, b, … 69 … Set##name##WithoutFlip( f32 l, f32 r, f32 b, f32 t ) { ref().m_##name.SetWithoutFlip(l, r, b, … 70 … Set##name##WithYFlip( f32 l, f32 r, f32 b, f32 t ) { ref().m_##name.SetWithYFlip(l, r, b, t…
|
| /NW4C-2.0.3/include/nw/gfx/res/ |
| D | gfx_ResCamera.h | 143 NW_DEPRECATED_FUNCTION(void Set( f32 l, f32 r, f32 b, f32 t )) in NW_DEPRECATED_FUNCTION() 145 SetWithYFlip(l, r, b, t); in NW_DEPRECATED_FUNCTION() 154 void SetWithoutFlip( f32 l, f32 r, f32 b, f32 t ) in SetWithoutFlip() 156 m_Height = t - b; in SetWithoutFlip() 158 m_Center = nw::math::VEC2( (r + l) / 2, (t + b) / 2 ); in SetWithoutFlip() 169 void SetWithYFlip( f32 l, f32 r, f32 b, f32 t ) in SetWithYFlip() 171 m_Height = b - t; in SetWithYFlip() 173 m_Center = nw::math::VEC2( (r + l) / 2, (b + t) / 2 ); in SetWithYFlip()
|
| /NW4C-2.0.3/SampleData/Sound/Projects/simple/seq/ |
| D | se.cseq | 42 ; �����t���[�Y���p�^�[�������A�p����ݒ肵�Ă��ꂼ�ꓯ���t���[�Y��炷�B 135 ; ���ԕϕt�����R�}���h�ƃ����_���R�}���h�̑g�ݍ��킹 147 ; �X�[�p�[�}���I�̃C���g����3���|���t�H�j�b�N�m�[�g����̃g���b�N�ōs���Ă��� 184 ; ����Ƀg���b�N�R�Ńm�C�Y�̃g���b�N���t�����Ă���B 285 biquad_type 0 ;; �t�B���^�K�p�Ȃ��B 298 biquad_type 0 ;; �t�B���^�K�p�Ȃ��ɖ߂��B 308 lpf_cutoff 64 ;; lpf_cutoff 64 (�f�t�H���g�l) �� LPF ��������Ȃ��Ȃ�B
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_AnimSoundImpl.cpp | 201 for ( s32 t = intBaseFrame + 1; ; t++ ) in UpdateForward() local 204 if ( t == m_FrameSize ) in UpdateForward() 206 t -= m_FrameSize; in UpdateForward() 211 UpdateOneFrame( t, PLAY_DIRECTION_FORWARD ); in UpdateForward() 213 if ( t == intTargetFrame ) in UpdateForward() 247 for ( s32 t = intBaseFrame - 1; ; t-- ) in UpdateBackward() local 250 if ( t == -1 ) in UpdateBackward() 252 t += m_FrameSize; in UpdateBackward() 257 UpdateOneFrame( t, PLAY_DIRECTION_BACKWARD ); in UpdateBackward() 259 if ( t == intTargetFrame ) break; in UpdateBackward()
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/ |
| D | NW4C_BatchExport.ms | 11 …inDir = getSavePath caption:"nw4c batch export\n�R���o�[�g����max�t�@�C���̃t�H���_��I�����Ă�������… 15 …outDir = getSavePath caption:"nw4c batch export\n�����o����̃t�H���_��I�����Ă��������B" initialDir:… 30 -- max�t�@�C�������[�h���ăG�N�X�|�[�g
|
| /NW4C-2.0.3/include/nw/math/inline/ |
| D | math_Matrix44.ipp | 30 [S] [T] [t(0.5,0.5)] [R] [t(-0.5,-0.5)] 38 [T] = t( -translateS , -translateT )\n 102 [T] = t( -translateS , -translateT) \n 149 [t(0.5,0.5)] [S] [R] [t(-0.5,-0.5)] [T] 163 [T] = t( -translateS , translateT )
|
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_Window.cpp | 91 pSize->height = frameSize.t; in GetLTFrameSize() 160 *pPt = math::VEC2(basePt.x, basePt.y - frameSize.t); in GetLBFrameSize() 163 pSize->height = winSize.height - frameSize.t; in GetLBFrameSize() 426 m_ContentInflation.t = 0; in InitTexNum() 641 …VEC2(basePt.x + frameSize.l - m_ContentInflation.l, basePt.y - frameSize.t + m_ContentInflation.t), in DrawContent() 642 …rameSize.r + m_ContentInflation.r, GetSize().height - frameSize.t + m_ContentInflation.t - frameSi… in DrawContent() 747 const f32 y1 = basePt.y - frameSize.t; in DrawFrame8() 754 const f32 h0 = frameSize.t; in DrawFrame8() 755 const f32 h1 = this->GetSize().height - frameSize.t - frameSize.b; in DrawFrame8() 813 ret.t = texSize.height; in GetFrameSize() [all …]
|
| D | lyt_Pane.cpp | 216 …_WRITEONLY nw::math::MTX34& o, const nw::math::VEC2& s, const f32 rotateZ, const nw::math::VEC3& t) in MakeMatrixSRT() argument 230 o.m[0][3] = t.x; in MakeMatrixSRT() 235 o.m[1][3] = t.y; in MakeMatrixSRT() 240 o.m[2][3] = t.z; in MakeMatrixSRT() 244 …ONLY nw::math::MTX34& o, const nw::math::VEC2& s, const nw::math::VEC3& r, const nw::math::VEC3& t) in MakeMatrixSRT() argument 273 o.m[0][3] = t.x; in MakeMatrixSRT() 278 o.m[1][3] = t.y; in MakeMatrixSRT() 283 o.m[2][3] = t.z; in MakeMatrixSRT()
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ParticleEmitter.cpp | 328 int t = resource.GetEmissionInterval(); in GetEmissionCount() 329 …t = (int)(t * (1.0f + resource.GetEmissionIntervalRandom() * this->m_ParticleRandom.NextFloatSigne… in GetEmissionCount() 332 if (t < 1) in GetEmissionCount() 334 t = 1; in GetEmissionCount() 337 this->m_NextEmissionTime += t; in GetEmissionCount() 391 int t = resource.GetEmissionInterval(); in GetEmissionCount() local 392 …t = (int)(t * (1.0f + resource.GetEmissionIntervalRandom() * this->m_ParticleRandom.NextFloatSigne… in GetEmissionCount() 395 if (t < 1) in GetEmissionCount() 397 t = 1; in GetEmissionCount() 400 this->m_NextEmissionTime += t; in GetEmissionCount()
|
| /NW4C-2.0.3/SampleData/Graphics/DccPlugin/Maya/ToyButterfly/scenes/ |
| D | Toy_Butterfly.ma | 6 currentUnit -l centimeter -a degree -t ntscf; 14 setAttr ".t" -type "double3" 25.202701561630779 23.977873038118993 25.202697508514934 ; 30 setAttr ".t" -type "double3" 4.0531158447265625e-006 100.10008617454437 -0.12738232110171921 ; 40 setAttr ".hc" -type "string" "viewSet -t %camera"; 44 setAttr ".t" -type "double3" 4.0531158447265625e-006 5.9524275508594364 100.27659947587952 ; 57 setAttr ".t" -type "double3" 100.27690472605339 5.9524275508594364 -0.12738232110171785 ; 73 setAttr ".t" -type "double3" 0 6.3899275508594364 0 ; 246 setAttr ".t" -type "double3" 0 6.3899275508594364 0.05 ; 446 connectAttr "ButterflyBG_tga.msg" "materialInfo6.t" -na; 490 connectAttr "ButterflyBG2_tga.msg" "materialInfo7.t" -na; [all …]
|
| /NW4C-2.0.3/SampleData/Graphics/Shader/UserShader/ |
| D | UserCalcColor.vsh | 24 // ���_�J���[�E�������C�g�E���_���C�g���g�p�����ꍇ��1�������邱�ƂŁA�}�e���A���f�B�t���[�Y������B 49 // ���_�J���[�E���_���C�g�E�������C�g�������̏ꍇ�̓}�e���A���̃f�B�t���[�Y�J���[���o�͂���B
|
| /NW4C-2.0.3/sources/shaders/gfx/DefaultShader/ |
| D | CalcColor.vsh | 26 // ���_�J���[�E�������C�g�E���_���C�g���g�p�����ꍇ��1�������邱�ƂŁA�}�e���A���f�B�t���[�Y������B 51 // ���_�J���[�E���_���C�g�E�������C�g�������̏ꍇ�̓}�e���A���̃f�B�t���[�Y�J���[���o�͂���B
|
| /NW4C-2.0.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_SetAnimRange.mel | 25 $ret = `confirmDialog -t "Confirm" -p $parent 31 $ret = `confirmDialog -t "Confirm" 432 -t $s -v (-$i) -itt "flat" -ott "step" $animRange; // start 435 -t $e -v (-$i) -itt "flat" -ott "step" $animRange; // end 842 int $i, $j, $t; 859 $t = $idx[$i]; 861 $idx[$j] = $t; 1870 if ($mode == "t") 2067 if (tokenize($str, ", \r\n\t", $tokBuf) < 6) 2111 // tokenize $currentArray[$i] ", \r\n\t" $tokBuf; [all …]
|
| D | NW4C_SetNoCompressNode.mel | 212 window -t "NW4C Set No Compress Node" -wh $winW $winH -mxb 0 -mb 1 215 menuItem -l ("Help on " + `window -q -t nw4cSetNoCompressNode_Win` + "...") 239 menuItem -l "Don't compress this node";
|
| D | NW4C_SetCameraFovy.mel | 146 window -t "NW4C Set Camera Fovy" -wh $winW $winH -mxb 0 -mb 1 149 menuItem -l ("Help on " + `window -q -t nw4cSetCameraFovy_Win` + "...")
|
| D | NW4C_SetFrameExtensionList.mel | 136 window -t "NW4C Set Frame Extension List" -wh $wd $ht -mxb 0 -mb 1 139 menuItem -l ("Help on " + `window -q -t nw4cSetFrameExtensionList_Win` + "...")
|
| /NW4C-2.0.3/SampleData/Graphics/DccPlugin/Maya/ToyBlock/scenes/ |
| D | Toy_Mt.ma | 7 currentUnit -l centimeter -a degree -t ntscf; 15 setAttr ".t" -type "double3" 29.415106033762587 27.554229595540683 29.415106033762637 ; 30 setAttr ".t" -type "double3" 0 108.71789671834415 2.2920553599120698e-014 ; 40 setAttr ".hc" -type "string" "viewSet -t %camera"; 44 setAttr ".t" -type "double3" 0 5.4929000702186954 105.70572231913761 ; 58 setAttr ".t" -type "double3" 100.10770448784902 5.4929000702186954 2.2228375692956219e-014 ; 77 setAttr ".t" -type "double3" -3.5527136788005009e-015 10.985800140437391 0 ; 81 setAttr ".t" -type "double3" 3.5527136788005009e-015 -2 0 ; 123 setAttr ".t" -type "double3" 3.5527136788005009e-015 -5.6717573696458965 0 ; 335 setAttr ".t" -type "double3" 4.5000000000000036 -5.6717573696458965 0 ; [all …]
|
| /NW4C-2.0.3/SampleData/Graphics/DccPlugin/Maya/PrjSmpMale/scenes/ |
| D | MaleModel.ma | 7 currentUnit -l centimeter -a degree -t ntscf; 15 setAttr ".t" -type "double3" 22.598253573400857 10.501397335418893 48.335354867938307 ; 31 setAttr ".t" -type "double3" -9.5844268798828125e-005 100.38603807742761 0.30468583106996672 ; 41 setAttr ".hc" -type "string" "viewSet -t %camera"; 45 setAttr ".t" -type "double3" -9.5844268799251154e-005 8.9801117568276823 100.26056503491972 ; 61 setAttr ".t" -type "double3" 100.95282306373126 8.9801117568276823 0.30468583106996849 ; 4162 setAttr ".t" -type "double3" 2.1275356318365615e-015 10.628551758791552 0.29788398259488658 ; 4195 setAttr ".t" -type "double3" 1.4447756656419166 -3.8973522758458755e-016 -0.080451981649990678 ; 4213 setAttr ".t" -type "double3" 2.7731858308417419 0.40136300000000347 -0.077967867498548449 ; 4230 setAttr ".t" -type "double3" -1.4915969999999996 0.5818999999999992 0.034180000000000488 ; [all …]
|
| D | MaleWalk.ma | 7 currentUnit -l centimeter -a degree -t ntscf; 15 setAttr ".t" -type "double3" 25.324414305064167 12.482848707624166 32.511413281015095 ; 30 setAttr ".t" -type "double3" 0.37523329257965088 100.10259591924603 0.57791781425478106 ; 40 setAttr ".hc" -type "string" "viewSet -t %camera"; 44 setAttr ".t" -type "double3" 0.37523329257965088 8.6521851606667042 100.47609572889218 ; 57 setAttr ".t" -type "double3" 100.47629918053066 8.6521851606667042 0.57791781425478295 ; 4190 setAttr ".t" -type "double3" 1.4447756656419166 -3.8973522758458755e-016 -0.080451981649990678 ; 4208 setAttr ".t" -type "double3" 2.7731858308417419 0.40136300000000347 -0.077967867498548449 ; 4225 setAttr ".t" -type "double3" -1.4915969999999996 0.5818999999999992 0.034180000000000488 ; 4243 setAttr ".t" -type "double3" -2.7068100981660201 2.7211008308825058e-006 -2.365750975119596e-007 ; [all …]
|
| /NW4C-2.0.3/SampleData/Graphics/DccPlugin/Maya/ToyPopupBook/scenes/ |
| D | Toy_PopUpBook.ma | 7 currentUnit -l centimeter -a degree -t ntscf; 15 setAttr ".t" -type "double3" 27.999999999999993 20.999999999999996 27.999999999999993 ; 29 setAttr ".t" -type "double3" 0 100.11887033211238 2.1877892068731748e-014 ; 39 setAttr ".hc" -type "string" "viewSet -t %camera"; 43 setAttr ".t" -type "double3" 0 1.5896037637201443 100.11316862433924 ; 56 setAttr ".t" -type "double3" 100.10886687037532 1.5896037637201443 2.2228633793725044e-014 ; 238 setAttr ".t" -type "double3" 1.6198781166762037 2.2363222477848321 0.97089326416349053 ; 269 setAttr ".t" -type "double3" -1.9009267091751099 1.9266297817230225 1.5712294578552246 ; 294 setAttr ".t" -type "double3" 0.74463819898664951 1.8911812305450439 -1.7035713195800781 ; 324 setAttr ".t" -type "double3" 0.94069553418106411 2.2193340979853042 -0.16021314284486612 ; [all …]
|
| /NW4C-2.0.3/demos/font/OldResFont/sources/ |
| D | main.cpp | 259 f32 t = 0; in SetupTextCamera() local 263 nn::math::MTX44OrthoPivot(&proj, l, r, b, t, znear, zfar, nn::math::PIVOT_UPSIDE_TO_TOP); in SetupTextCamera()
|
| /NW4C-2.0.3/SampleData/Graphics/DccPlugin/Maya/ToyMobile/scenes/ |
| D | Toy_Mobile.ma | 6 currentUnit -l centimeter -a degree -t ntscf; 14 setAttr ".t" -type "double3" 48 36 48 ; 30 setAttr ".t" -type "double3" 0 100.1 0 ; 40 setAttr ".hc" -type "string" "viewSet -t %camera"; 44 setAttr ".t" -type "double3" 0 0 100.1 ; 57 setAttr ".t" -type "double3" 100.1 0 0 ; 501 setAttr ".t" -type "double3" -5.0823706976102736 1.4965445995330811 1.3498930582320856 ; 1418 setAttr ".t" -type "double3" 5.0672259870370828 1.5358089271640936 -1.2720896419802581 ; 1423 setAttr ".t" -type "double3" -0.0020534339746447472 -1 0.080297236762763791 ; 2053 setAttr ".t" -type "double3" 0.00156987812488385 -0.15784683463889015 3.7899300660468498 ; [all …]
|
| /NW4C-2.0.3/documents/EffectMaker/html/common/ |
| D | contents.css | 10 /* �t�H���g�̐ݒ� */
|
| /NW4C-2.0.3/documents/3DEditor/html/common/ |
| D | contents.css | 10 /* �t�H���g�̐ݒ� */
|