Home
last modified time | relevance | path

Searched refs:v (Results 1 – 25 of 67) sorted by relevance

123

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_MaterialState.cpp331 texMtx34.v[0] = texMtx.v[0]; in ActivateTextureCoordinators()
332 texMtx34.v[1] = texMtx.v[1]; in ActivateTextureCoordinators()
333 texMtx34.v[2] = texMtx.v[2]; in ActivateTextureCoordinators()
335 coordinator.GetTextureMatrix().v[0] = texMtx34.v[0]; in ActivateTextureCoordinators()
336 coordinator.GetTextureMatrix().v[1] = texMtx34.v[1]; in ActivateTextureCoordinators()
337 coordinator.GetTextureMatrix().v[2] = texMtx34.v[2]; in ActivateTextureCoordinators()
593 texMtx34.v[0] = texMtx.v[0]; in ActivateParticleTextureCoordinators()
594 texMtx34.v[1] = texMtx.v[1]; in ActivateParticleTextureCoordinators()
595 texMtx34.v[2] = texMtx.v[2]; in ActivateParticleTextureCoordinators()
597 coordinator.GetTextureMatrix().v[0] = texMtx34.v[0]; in ActivateParticleTextureCoordinators()
[all …]
/NW4C-2.0.3/include/nw/ut/
Dut_Rect.h80 Rect(const Rect& v) in Rect()
81 : left(v.left), in Rect()
82 top(v.top), in Rect()
83 right(v.right), in Rect()
84 bottom(v.bottom) in Rect()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_Viewport.h100 Viewport( const Viewport& v ) in Viewport() argument
101 : m_Rect(v.m_Rect), in Viewport()
102 m_DepthNear(v.m_DepthNear), in Viewport()
103 m_DepthFar(v.m_DepthFar) {} in Viewport()
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetCombineGroup.mel132 ("intField -e -v (`nw4cSetCombineGroup_Get_CombineGroup "
141 int $val = `intField -q -v nw4cSetCombineGroup_CombineGroup`;
145 intField -e -v $val nw4cSetCombineGroup_CombineGroup;
150 intField -e -v $val nw4cSetCombineGroup_CombineGroup;
212 intField -e -v `nw4cSetCombineGroup_Get_CombineGroup $node`
296 �O���[�v�ԍ���A���I�ɐݒ肷��
309 // �O���[�v�ԍ����擾����
310 int $val = `intField -q -v nw4cSetCombineGroup_CombineGroup`;
312 // �擾�����O���[�v�ԍ��� xform �̐������� 255 ������΃G���[�Ƃ���
359 int $val = `intField -q -v nw4cSetCombineGroup_SearchCombineGroup`;
[all …]
DNW4C_SetCameraFovy.mel60 string $cmd = "floatSliderGrp -e -v `camera -q -vfv " + $node +
75 float $val = `floatSliderGrp -q -v nw4cSetCameraFovy_Fovy`;
123 floatSliderGrp -e -v `camera -q -vfv $node`
170 -min 1.0 -max 160.0 -v 30.0
/NW4C-2.0.3/SampleData/Sound/Projects/simple/seq/
Dse.cseq15 ; �W�����v�ɂ�郋�[�v�i�����̌J��Ԃ��j
30 ; ���[�v���g�����J��Ԃ��Đ�
85 ; �X�C�[�v
86 ; �e���̎n�߂��A�S��������X�C�[�v����
182 ; �g���b�N�I�[�v��
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_utils.ms.inc36 for v in val do
38 ret += v.count
90 local v = case type of
96 if v != undefined do
98 append val v
133 while s[p] == " " and p < s.count do p += 1 -- �X�y�[�X���X�L�b�v
174 fn outValue fs key v =
176 format "%=\"%\"\n" key (v as string) to:fs
179 fn outVersion fs key v =
184 local d = (mod v 10) as integer
[all …]
DNW4C_mtl.ms.inc320 if ret and (not isSearchAnd) then compare = false -- ���̔�r�����������A���[�h��OR�Ȃ瑼�̔�r�͕s�v
321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�������������A���[�h��AND�Ȃ瑼�̔�r�͕s�v
578 local v = spnSearchPriority.value
582 ret = (attr.renderPriority < v)
585 ret = (attr.renderPriority <= v)
588 ret = (attr.renderPriority == v)
591 ret = (attr.renderPriority >= v)
594 ret = (attr.renderPriority > v)
625 local v = str as Integer
626 if v != undefined do
[all …]
DNW4C_node.ms.inc101 local v = case i of
108 setNodeNoCompress n v
256 local v = i - 1
259 setNodeBillboardType n v
544 local v = spnSearchCombine.value
548 ret = (id < v)
551 ret = (id <= v)
554 ret = (id == v)
557 ret = (id >= v)
560 ret = (id > v)
[all …]
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2011/Scripts/Startup/
DNW4C_utils.ms.inc36 for v in val do
38 ret += v.count
90 local v = case type of
96 if v != undefined do
98 append val v
133 while s[p] == " " and p < s.count do p += 1 -- �X�y�[�X���X�L�b�v
174 fn outValue fs key v =
176 format "%=\"%\"\n" key (v as string) to:fs
179 fn outVersion fs key v =
184 local d = (mod v 10) as integer
[all …]
DNW4C_mtl.ms.inc320 if ret and (not isSearchAnd) then compare = false -- ���̔�r�����������A���[�h��OR�Ȃ瑼�̔�r�͕s�v
321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�������������A���[�h��AND�Ȃ瑼�̔�r�͕s�v
578 local v = spnSearchPriority.value
582 ret = (attr.renderPriority < v)
585 ret = (attr.renderPriority <= v)
588 ret = (attr.renderPriority == v)
591 ret = (attr.renderPriority >= v)
594 ret = (attr.renderPriority > v)
625 local v = str as Integer
626 if v != undefined do
[all …]
DNW4C_node.ms.inc101 local v = case i of
108 setNodeNoCompress n v
256 local v = i - 1
259 setNodeBillboardType n v
544 local v = spnSearchCombine.value
548 ret = (id < v)
551 ret = (id <= v)
554 ret = (id == v)
557 ret = (id >= v)
560 ret = (id > v)
[all …]
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_utils.ms.inc36 for v in val do
38 ret += v.count
90 local v = case type of
96 if v != undefined do
98 append val v
133 while s[p] == " " and p < s.count do p += 1 -- �X�y�[�X���X�L�b�v
174 fn outValue fs key v =
176 format "%=\"%\"\n" key (v as string) to:fs
179 fn outVersion fs key v =
184 local d = (mod v 10) as integer
[all …]
DNW4C_mtl.ms.inc320 if ret and (not isSearchAnd) then compare = false -- ���̔�r�����������A���[�h��OR�Ȃ瑼�̔�r�͕s�v
321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�������������A���[�h��AND�Ȃ瑼�̔�r�͕s�v
578 local v = spnSearchPriority.value
582 ret = (attr.renderPriority < v)
585 ret = (attr.renderPriority <= v)
588 ret = (attr.renderPriority == v)
591 ret = (attr.renderPriority >= v)
594 ret = (attr.renderPriority > v)
625 local v = str as Integer
626 if v != undefined do
[all …]
DNW4C_node.ms.inc101 local v = case i of
108 setNodeNoCompress n v
256 local v = i - 1
259 setNodeBillboardType n v
544 local v = spnSearchCombine.value
548 ret = (id < v)
551 ret = (id <= v)
554 ret = (id == v)
557 ret = (id >= v)
560 ret = (id > v)
[all …]
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_utils.ms.inc36 for v in val do
38 ret += v.count
90 local v = case type of
96 if v != undefined do
98 append val v
133 while s[p] == " " and p < s.count do p += 1 -- �X�y�[�X���X�L�b�v
174 fn outValue fs key v =
176 format "%=\"%\"\n" key (v as string) to:fs
179 fn outVersion fs key v =
184 local d = (mod v 10) as integer
[all …]
DNW4C_mtl.ms.inc320 if ret and (not isSearchAnd) then compare = false -- ���̔�r�����������A���[�h��OR�Ȃ瑼�̔�r�͕s�v
321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�������������A���[�h��AND�Ȃ瑼�̔�r�͕s�v
578 local v = spnSearchPriority.value
582 ret = (attr.renderPriority < v)
585 ret = (attr.renderPriority <= v)
588 ret = (attr.renderPriority == v)
591 ret = (attr.renderPriority >= v)
594 ret = (attr.renderPriority > v)
625 local v = str as Integer
626 if v != undefined do
[all …]
DNW4C_node.ms.inc101 local v = case i of
108 setNodeNoCompress n v
256 local v = i - 1
259 setNodeBillboardType n v
544 local v = spnSearchCombine.value
548 ret = (id < v)
551 ret = (id <= v)
554 ret = (id == v)
557 ret = (id >= v)
560 ret = (id > v)
[all …]
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_utils.ms.inc36 for v in val do
38 ret += v.count
90 local v = case type of
96 if v != undefined do
98 append val v
133 while s[p] == " " and p < s.count do p += 1 -- �X�y�[�X���X�L�b�v
174 fn outValue fs key v =
176 format "%=\"%\"\n" key (v as string) to:fs
179 fn outVersion fs key v =
184 local d = (mod v 10) as integer
[all …]
DNW4C_mtl.ms.inc320 if ret and (not isSearchAnd) then compare = false -- ���̔�r�����������A���[�h��OR�Ȃ瑼�̔�r�͕s�v
321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�������������A���[�h��AND�Ȃ瑼�̔�r�͕s�v
578 local v = spnSearchPriority.value
582 ret = (attr.renderPriority < v)
585 ret = (attr.renderPriority <= v)
588 ret = (attr.renderPriority == v)
591 ret = (attr.renderPriority >= v)
594 ret = (attr.renderPriority > v)
625 local v = str as Integer
626 if v != undefined do
[all …]
DNW4C_node.ms.inc101 local v = case i of
108 setNodeNoCompress n v
256 local v = i - 1
259 setNodeBillboardType n v
544 local v = spnSearchCombine.value
548 ret = (id < v)
551 ret = (id <= v)
554 ret = (id == v)
557 ret = (id >= v)
560 ret = (id > v)
[all …]
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2011/Scripts/Startup/
DNW4C_utils.ms.inc36 for v in val do
38 ret += v.count
90 local v = case type of
96 if v != undefined do
98 append val v
133 while s[p] == " " and p < s.count do p += 1 -- �X�y�[�X���X�L�b�v
174 fn outValue fs key v =
176 format "%=\"%\"\n" key (v as string) to:fs
179 fn outVersion fs key v =
184 local d = (mod v 10) as integer
[all …]
DNW4C_mtl.ms.inc320 if ret and (not isSearchAnd) then compare = false -- ���̔�r�����������A���[�h��OR�Ȃ瑼�̔�r�͕s�v
321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�������������A���[�h��AND�Ȃ瑼�̔�r�͕s�v
578 local v = spnSearchPriority.value
582 ret = (attr.renderPriority < v)
585 ret = (attr.renderPriority <= v)
588 ret = (attr.renderPriority == v)
591 ret = (attr.renderPriority >= v)
594 ret = (attr.renderPriority > v)
625 local v = str as Integer
626 if v != undefined do
[all …]
DNW4C_node.ms.inc101 local v = case i of
108 setNodeNoCompress n v
256 local v = i - 1
259 setNodeBillboardType n v
544 local v = spnSearchCombine.value
548 ret = (id < v)
551 ret = (id <= v)
554 ret = (id == v)
557 ret = (id >= v)
560 ret = (id > v)
[all …]
/NW4C-2.0.3/SampleData/Graphics/DccPlugin/Maya/ToyButterfly/scenes/
DToy_Butterfly.ma13 setAttr ".v" no;
20 setAttr -k off ".v" no;
29 setAttr ".v" no;
33 setAttr -k off ".v" no;
43 setAttr ".v" no;
46 setAttr -k off ".v" no;
56 setAttr ".v" no;
60 setAttr -k off ".v" no;
71 setAttr -k off ".v";
79 setAttr -k off ".v";
[all …]

123