Home
last modified time | relevance | path

Searched refs:Gf (Results 1 – 25 of 1391) sorted by relevance

12345678910>>...56

/dports/misc/usd/USD-21.11/pxr/base/gf/testenv/
H A DtestGfFrustum.py36 self.assertIsInstance(Gf.Frustum(Gf.Frustum()), Gf.Frustum)
72 f.window = Gf.Range2d( Gf.Vec2d(0, 1), Gf.Vec2d(2, 3))
135 f.window = Gf.Range2d(Gf.Vec2d(10,20), Gf.Vec2d(30,40))
137 f.window = Gf.Range2d(Gf.Vec2d(30,40), Gf.Vec2d(10,20))
139 f.window = Gf.Range2d(Gf.Vec2d(), Gf.Vec2d())
151 f.window = Gf.Range2d(Gf.Vec2d(1,1), Gf.Vec2d(-1,-1))
187 r2 = Gf.Matrix4d().SetRotate(Gf.Rotation(Gf.Vec3d(1,1,1),60)) * Gf.Vec4d(1, 2, 3, 4)
244 f.window = Gf.Range2d(Gf.Vec2d(3,3),Gf.Vec2d(4,4))
273 self.assertTrue(Gf.Frustum().Intersects(Gf.BBox3d(Gf.Range3d(Gf.Vec3d(-1,-1,-1),
321 b = Gf.BBox3d( Gf.Range3d( Gf.Vec3d( 0, 0, 0 ), Gf.Vec3d( 1, 1, 1 ) ) )
[all …]
H A DtestGfBBox3d.py45 Gf.BBox3d( Gf.Range3d(), Gf.Matrix4d() ), Gf.BBox3d )
96 b = Gf.BBox3d( Gf.Range3d( Gf.Vec3d( 0, 0, 0 ), Gf.Vec3d( 2, 2, 2 ) ) )
98 b = Gf.BBox3d(Gf.Range3d(Gf.Vec3d(1,1,1),Gf.Vec3d()))
116 b = Gf.BBox3d(Gf.Range3d(Gf.Vec3d(-1, -1, -1), Gf.Vec3d(1, 1, 1)), m)
120 b = Gf.BBox3d(Gf.Range3d(Gf.Vec3d(-1, -1, -1), Gf.Vec3d(1, 1, 1)), m)
140 b1 = Gf.BBox3d( Gf.Range3d( Gf.Vec3d( 0, 0, 0 ), Gf.Vec3d( 1, 1, 1 ) ) )
153 b1 = Gf.BBox3d(Gf.Range3d(Gf.Vec3d(1,1,1), Gf.Vec3d()), m1)
154 b2 = Gf.BBox3d(Gf.Range3d(Gf.Vec3d(1,1,1), Gf.Vec3d(2,2,2)), m2)
163 b1 = Gf.BBox3d(Gf.Range3d(Gf.Vec3d(0,0,0), Gf.Vec3d(0,1,1)), m1)
164 b2 = Gf.BBox3d(Gf.Range3d(Gf.Vec3d(0,0,0), Gf.Vec3d(1,1,0)), m2)
[all …]
H A DtestGfLineSeg.py42 l = Gf.LineSeg(Gf.Vec3d(1,2,3), Gf.Vec3d(2,3,4))
48 l = Gf.LineSeg(Gf.Vec3d(0,0,0), Gf.Vec3d(0,1,0))
52 l = Gf.LineSeg(Gf.Vec3d(1,2,3), Gf.Vec3d(1,1,1))
55 l = Gf.LineSeg(Gf.Vec3d(0,0,0), Gf.Vec3d(0,3,4))
59 l = Gf.LineSeg(Gf.Vec3d(0, 0, 0), Gf.Vec3d(1, 1, 1))
64 l = Gf.LineSeg(Gf.Vec3d(0, 0, 0), Gf.Vec3d(0, 0, 0))
84 l1 = Gf.LineSeg(Gf.Vec3d(), Gf.Vec3d())
85 l2 = Gf.LineSeg(Gf.Vec3d(1,1,1), Gf.Vec3d(1,1,1))
101 l1 = Gf.Line(Gf.Vec3d(0, 0, 0), Gf.Vec3d(1, 1, 1))
105 l1 = Gf.Line(Gf.Vec3d(0, 0, 0), Gf.Vec3d(1, 1, 1))
[all …]
H A DtestGfGamma.py26 from pxr import Gf
34 self.assertEqual(Gf.ApplyGamma(Gf.Vec3f(1, 2, 3), 2.0),
36 self.assertEqual(Gf.ApplyGamma(Gf.Vec3d(1, 2, 3), 2.0),
38 self.assertEqual(Gf.ApplyGamma(Gf.Vec3h(1, 2, 3), 2.0),
41 self.assertEqual(Gf.ApplyGamma(Gf.Vec4f(1, 2, 3, 4), 2.0),
43 self.assertEqual(Gf.ApplyGamma(Gf.Vec4d(1, 2, 3, 4), 2.0),
45 self.assertEqual(Gf.ApplyGamma(Gf.Vec4h(1, 2, 3, 4), 2.0),
50 self.assertTrue(Gf.ApplyGamma(Gf.Vec3f(.5, .5, .5), 2.2) ==
52 self.assertTrue(Gf.ApplyGamma(Gf.Vec3d(.5, .5, .5), 2.2) ==
54 self.assertTrue(Gf.ApplyGamma(Gf.Vec3h(.5, .5, .5), 2.2) ==
[all …]
H A DtestGfRay.py40 self.assertIsInstance(Gf.Ray(Gf.Vec3d(), Gf.Vec3d()), Gf.Ray)
65 r = Gf.Ray(Gf.Vec3d(1,2,3), Gf.Vec3d(2,3,4))
71 r = Gf.Ray(Gf.Vec3d(), Gf.Vec3d(3,4,5))
77 r = Gf.Ray(Gf.Vec3d(), Gf.Vec3d(3,4,5))
87 r = Gf.Ray(Gf.Vec3d(), Gf.Vec3d(3,4,5))
95 r = Gf.Ray(Gf.Vec3d(), Gf.Vec3d(3,4,5))
107 r = Gf.Ray(Gf.Vec3d(), Gf.Vec3d(3,4,5))
120 r = Gf.Ray(Gf.Vec3d(), Gf.Vec3d(1,1,1))
127 r = Gf.Ray(Gf.Vec3d(), Gf.Vec3d(1,1,1))
162 r = Gf.Ray(Gf.Vec3d(), Gf.Vec3d(1,1,1))
[all …]
H A DtestGfPlane.py40 … self.assertIsInstance(Gf.Plane(Gf.Vec3d(1,1,1), Gf.Vec3d(1,1,1)), Gf.Plane, err( "constructor" ))
41 self.assertIsInstance(Gf.Plane(Gf.Vec3d(0,0,1), Gf.Vec3d(0,1,0), Gf.Vec3d(1,0,0)), Gf.Plane,
48 …self.assertEqual(p.Set(Gf.Vec3d(1,1,1), Gf.Vec3d(1,1,1)), Gf.Plane(Gf.Vec3d(1,1,1), Gf.Vec3d(1,1,1…
51 Gf.Plane(Gf.Vec3d(0,0,1), Gf.Vec3d(0,1,0), Gf.Vec3d(1,0,0)), err("Set"))
53 p = Gf.Plane(Gf.Vec3d(1,1,1), 1)
56 p = Gf.Plane(Gf.Vec3d(1,1,1), 10)
60 p = Gf.Plane(Gf.Vec4d(3,4,0,5))
84 p = Gf.Plane(Gf.Vec3d(1,1,1), 1)
88 p = Gf.Plane(Gf.Vec3d(1,1,1), 0)
93 p = Gf.Plane(Gf.Vec3d(0,1,0), 0)
[all …]
H A DtestGfRotation.py35 self.assertIsInstance(Gf.Rotation(Gf.Vec3d(), 0), Gf.Rotation)
36 self.assertIsInstance(Gf.Rotation(Gf.Quaternion()), Gf.Rotation)
37 self.assertIsInstance(Gf.Rotation(Gf.Vec3d(), Gf.Vec3d()), Gf.Rotation)
50 r = Gf.Rotation().SetRotateInto(Gf.Vec3d(1,0,0), Gf.Vec3d(0,1,0))
53 r = Gf.Rotation().SetRotateInto(Gf.Vec3d(1,0,0), Gf.Vec3d(1,0,0))
56 r = Gf.Rotation().SetRotateInto(Gf.Vec3d(1,0,0), Gf.Vec3d(-1,0,0))
80 r = Gf.Rotation(Gf.Vec3d(1,1,1), 30)
86 r = Gf.Rotation(Gf.Vec3d(1,0,0), 30)
89 r = Gf.Rotation(Gf.Vec3d(1,0,0), 30)
92 r = Gf.Rotation(Gf.Vec3d(1,0,0), 30)
[all …]
H A DtestGfCamera.py26 from pxr import Gf
66 cam1 = Gf.Camera()
67 cam2 = Gf.Camera()
71 cam1.transform = Gf.Matrix4d(1.0).SetTranslate(Gf.Vec3d(10,20,30))
140 cam = Gf.Camera()
144 Gf.Rotation(Gf.Vec3d(1,2,3), 20.3)) *
284 Gf.Rotation(Gf.Vec3d(2,3,4), 14.2)) *
314 Gf.Rotation(Gf.Vec3d(1,-2,3), 30.3)) *
488 Gf.Rotation(Gf.Vec3d(2,3,4), 14.2)) *
534 for projection in [Gf.Camera.Perspective, Gf.Camera.Orthographic]:
[all …]
H A DtestGfTransform.py38 self.assertIsInstance(Gf.Transform(Gf.Vec3d(),
59 t.Set(Gf.Vec3d(2,3,4), Gf.Rotation(Gf.Vec3d(1,0,0), 90), \
60 Gf.Vec3d(1,2,3), Gf.Vec3d(), Gf.Rotation(Gf.Vec3d(1,1,1), 30))
70 t.SetMatrix(Gf.Matrix4d().SetRotate(Gf.Rotation(Gf.Vec3d(1,1,1), 30)))
78 t.Set(Gf.Vec3d(4,5,6), Gf.Rotation(Gf.Vec3d(1,0,0), 90), Gf.Vec3d(1,2,3), \
79 Gf.Vec3d(2,3,4), Gf.Rotation(Gf.Vec3d(1,1,1), 30))
113 t1.SetMatrix(Gf.Matrix4d().SetRotate(Gf.Rotation(Gf.Vec3d(1,1,1), 60)))
114 t2.SetMatrix(Gf.Matrix4d().SetRotate(Gf.Rotation(Gf.Vec3d(1,1,1), 60)))
118 t2.SetMatrix(Gf.Matrix4d().SetRotate(Gf.Rotation(Gf.Vec3d.ZAxis(), 60)))
123 t1.SetMatrix(Gf.Matrix4d().SetRotate(Gf.Rotation(Gf.Vec3d(1,1,1), 60)))
[all …]
H A DtestGfRect2i.py35 self.assertIsInstance(Gf.Rect2i(Gf.Vec2i(), Gf.Vec2i()), Gf.Rect2i)
36 self.assertIsInstance(Gf.Rect2i(Gf.Vec2i(), 1, 1), Gf.Rect2i)
43 r = Gf.Rect2i(Gf.Vec2i(), Gf.Vec2i(-1,0))
47 Gf.Rect2i(Gf.Vec2i(-1, -1), Gf.Vec2i(1, 1)))
76 r = Gf.Rect2i(Gf.Vec2i(), Gf.Vec2i(10, 10))
84 self.assertEqual(r, Gf.Rect2i(Gf.Vec2i(10, 10), Gf.Vec2i(20, 20)))
88 r2 = Gf.Rect2i(Gf.Vec2i(), Gf.Vec2i(1,1))
98 r1 = Gf.Rect2i(Gf.Vec2i(0, 0), Gf.Vec2i(10, 10))
99 r2 = Gf.Rect2i(Gf.Vec2i(5, 5), Gf.Vec2i(15, 15))
104 self.assertEqual(tmp, Gf.Rect2i(Gf.Vec2i(0, 0), Gf.Vec2i(15, 15)))
[all …]
H A DtestGfLine.py39 self.assertIsInstance(Gf.Line(Gf.Vec3d(), Gf.Vec3d()), Gf.Line)
43 l.Set(Gf.Vec3d(1,2,3), Gf.Vec3d(2,3,4))
56 l = Gf.Line(Gf.Vec3d(0, 0, 0), Gf.Vec3d(1, 1, 1))
62 l1 = Gf.Line(Gf.Vec3d(0, 0, 0), Gf.Vec3d(1, 1, 1))
63 l2 = Gf.Line(Gf.Vec3d(1, 0, 0), Gf.Vec3d(1, 1, 1))
66 l1 = Gf.Line(Gf.Vec3d(0, 0, 0), Gf.Vec3d(1, 1, 1))
67 l2 = Gf.Line(Gf.Vec3d(1, 0, 0), Gf.Vec3d(1, -1, 1))
77 l1 = Gf.Line(Gf.Vec3d(0, 0, 0), Gf.Vec3d(1, 1, 1))
78 l2 = Gf.Line(Gf.Vec3d(0, 0, 0), Gf.Vec3d(1, 1, 1))
81 l1 = Gf.Line(Gf.Vec3d(0, 0, 0), Gf.Vec3d(1, 2, 3))
[all …]
H A DtestGfMultiInterval.py31 from pxr import Gf
73 self.assertEqual(Gf.MultiInterval(), Gf.MultiInterval( Gf.Interval() ))
74 self.assertNotEqual(Gf.MultiInterval(), Gf.MultiInterval( Gf.Interval(1) ))
125 x = Gf.MultiInterval( Gf.Interval(0, num) )
192 self.assertEqual(s, Gf.MultiInterval( [Gf.Interval(0,0), Gf.Interval(1,1)] ))
193 s = Gf.MultiInterval( [Gf.Interval(0,1), Gf.Interval(3,4)] )
196 self.assertEqual(s, Gf.MultiInterval( [Gf.Interval(0,0), Gf.Interval(4,4)] ) )
210 s = Gf.MultiInterval( [Gf.Interval(1,2), Gf.Interval(3,4)] )
234 self.assertTrue(s.Contains( Gf.MultiInterval( [Gf.Interval(1,1.3), Gf.Interval(1.6,2)] ) ))
236 self.assertFalse(s.Contains( Gf.MultiInterval( [Gf.Interval(1,2), Gf.Interval(3,5)] ) ))
[all …]
H A DtestGfVec.py28 from pxr import Gf
30 vecIntTypes = [ Gf.Vec2i, Gf.Vec3i, Gf.Vec4i ]
31 vecDoubleTypes = [ Gf.Vec2d, Gf.Vec3d, Gf.Vec4d ]
32 vecFloatTypes = [ Gf.Vec2f, Gf.Vec3f, Gf.Vec4f ]
33 vecHalfTypes = [ Gf.Vec2h, Gf.Vec3h, Gf.Vec4h ]
554 self.assertEqual(Gf.Vec2f((1,1)), Gf.Vec2f(1,1))
555 self.assertEqual(Gf.Vec3f((1,1,1)), Gf.Vec3f(1,1,1))
567 self.assertEqual(Gf.Vec2f([1,1]), Gf.Vec2f(1,1))
568 self.assertEqual(Gf.Vec3f([1,1,1]), Gf.Vec3f(1,1,1))
580 self.assertEqual(Gf.Vec2f([1,1]), Gf.Vec2f(1,1))
[all …]
H A DtestGfHomogeneous.py30 from pxr import Gf
35 self.assertEqual(Gf.GetHomogenized(Gf.Vec4f(2, 4, 6, 2)), Gf.Vec4f(1, 2, 3, 1))
36 self.assertEqual(Gf.GetHomogenized(Gf.Vec4f(1, 2, 3, 0)), Gf.Vec4f(1, 2, 3, 1))
38 self.assertEqual(Gf.GetHomogenized(Gf.Vec4d(2, 4, 6, 2)), Gf.Vec4d(1, 2, 3, 1))
39 self.assertEqual(Gf.GetHomogenized(Gf.Vec4d(1, 2, 3, 0)), Gf.Vec4d(1, 2, 3, 1))
44 v3 = Gf.Vec3f(3, 1, 4)
52 v3 = Gf.Vec3d(3, 1, 4)
59 self.assertEqual(Gf.Project(Gf.Vec4d(2, 4, 6, 2)), Gf.Vec3d(1, 2, 3))
60 self.assertEqual(Gf.Project(Gf.Vec4d(2, 4, 6, 0)), Gf.Vec3d(2, 4, 6))
61 self.assertEqual(Gf.Project(Gf.Vec4f(2, 4, 6, 2)), Gf.Vec3f(1, 2, 3))
[all …]
H A DtestGfMatrix.py51 Matrices = [(Gf.Matrix2d, Gf.Vec2d),
52 (Gf.Matrix2f, Gf.Vec2f),
53 (Gf.Matrix3d, Gf.Vec3d),
54 (Gf.Matrix3f, Gf.Vec3f),
55 (Gf.Matrix4d, Gf.Vec4d),
56 (Gf.Matrix4f, Gf.Vec4f)]
268 Vecf = { Gf.Vec2d: Gf.Vec2f,
319 Matrices = [(Gf.Matrix3d, Gf.Vec3d, Gf.Quatd),
320 (Gf.Matrix3f, Gf.Vec3f, Gf.Quatf)]
426 Matrices = [(Gf.Matrix4d, Gf.Vec4d, Gf.Matrix3d, Gf.Vec3d, Gf.Quatd),
[all …]
H A DtestGfIntervalSet.py29 from pxr import Gf
72 self.assertEqual(Gf.MultiInterval(), Gf.MultiInterval())
73 self.assertEqual(Gf.MultiInterval(), Gf.MultiInterval( Gf.Interval() ))
74 self.assertNotEqual(Gf.MultiInterval(), f.MultiInterval( Gf.Interval(1) ))
123 x = Gf.MultiInterval( Gf.Interval(0, num) )
185 self.assertEqual(s, Gf.MultiInterval( Gf.Interval(0,0) ))
190 self.assertEqual(s, Gf.MultiInterval( [Gf.Interval(0,0), Gf.Interval(1,1)] ))
191 s = Gf.MultiInterval( [Gf.Interval(0,1), Gf.Interval(3,4)] )
194 self.assertEqual(s, Gf.MultiInterval( [Gf.Interval(0,0), Gf.Interval(4,4)] ) )
203 s = Gf.MultiInterval()
[all …]
H A DtestGfQuaternion.py29 from pxr import Gf
33 (Gf.Quaternion, Gf.Vec3d, 0.00001),
34 (Gf.Quatd, Gf.Vec3d, 0.00001),
35 (Gf.Quatf, Gf.Vec3f, 0.0001),
36 (Gf.Quath, Gf.Vec3h, 0.001),
67 self.assertIsInstance(Gf.Quath(Gf.Quatf()), Gf.Quath)
68 self.assertIsInstance(Gf.Quath(Gf.Quatd()), Gf.Quath)
69 self.assertIsInstance(Gf.Quatf(Gf.Quath()), Gf.Quatf)
70 self.assertIsInstance(Gf.Quatf(Gf.Quatd()), Gf.Quatf)
71 self.assertIsInstance(Gf.Quatd(Gf.Quath()), Gf.Quatd)
[all …]
H A DtestGfInterval.py30 from pxr import Gf
39 i0 = Gf.Interval()
44 i1 = Gf.Interval(1)
59 i2 = Gf.Interval(2, 4)
163 i1 = Gf.Interval(10, 20) & Gf.Interval(15, 25)
174 i1 = Gf.Interval(10, 20) | Gf.Interval(15, 25)
193 i1 = Gf.Interval(10, 20) + Gf.Interval(20, 30)
196 i1 = Gf.Interval(10, 20) - Gf.Interval(20, 30)
199 i1 = Gf.Interval(10, 20) * Gf.Interval(20, 30)
205 i1 = Gf.Interval(10, 20, False, True) * Gf.Interval(20, 30, True, False)
[all …]
H A DtestGfDecomposeRotation.py33 from pxr import Gf
35 fbAxis = Gf.Vec3d(1, 0, 0)
36 lrAxis = Gf.Vec3d(0, 1, 0)
37 swAxis = Gf.Vec3d(0, 0, 1)
48 twRot = Gf.Rotation(axes[rotOrder][2], Gf.RadiansToDegrees(rotVals[0]))
49 fbRot = Gf.Rotation(axes[rotOrder][0], Gf.RadiansToDegrees(rotVals[1]))
50 lrRot = Gf.Rotation(axes[rotOrder][1], Gf.RadiansToDegrees(rotVals[2]))
51 swRot = Gf.Rotation(axes[rotOrder][2], Gf.RadiansToDegrees(rotVals[3]))
56 return Gf.Matrix4d(twMat * fbMat * lrMat * swMat, Gf.Vec3d(0))
531 Gf.Rotation(Gf.Vec3d(0,0,1), Gf.RadiansToDegrees(swShift))),
[all …]
/dports/german/BBBike/BBBike-3.18/data/
H A Dcomments_mount4 Gef�lle 9% Gf; -1539,-20681 -1623,-21150
32 Gef�lle Gf; 27571,262 27202,173
36 Gef�lle Gf; -756,9382 -942,9251
38 Gef�lle Gf; -3809,8847 -4001,8880
40 Gef�lle Gf; -3423,9642 -3456,9479
42 Gef�lle Gf; -3877,5570 -4003,5621
44 Gef�lle Gf; -2581,6834 -2468,6839
46 Gef�lle Gf; -2366,6869 -2468,6839
48 Gef�lle Gf; 2268,9670 2212,9755
52 Gef�lle Gf; -3226,5870 -3129,5798
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/plugin/usdAbc/testenv/
H A DtestUsdAbcP_OldEncoding.py24 from pxr import Usd, UsdGeom, Gf, Vt
43 Gf.Vec3f(0.0, -4.887899398803711, -4.0916852951049805),
48 Gf.Vec3f(-4.091684341430664, -4.887899398803711, 0.0),
55 Gf.Vec3f(2.405031204223633, -4.887899398803711, 3.31024169921875),
58 Gf.Vec3f(4.091683387756348, -4.887899398803711, 0.0),
63 Gf.Vec3f(0.0, 4.887899398803711, -4.0916852951049805),
68 Gf.Vec3f(-4.091684341430664, 4.887899398803711, 0.0),
75 Gf.Vec3f(2.405031204223633, 4.887899398803711, 3.31024169921875),
78 Gf.Vec3f(4.091683387756348, 4.887899398803711, 0.0),
79 Gf.Vec3f(0.0, -4.887899398803711, 0.0),
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/cameraUtil/testenv/
H A DtestCameraUtil.py31 if type(a) == Gf.Matrix4d and type(b) == Gf.Matrix4d:
122 window = Gf.Range2d(Gf.Vec2d(-8, -6), Gf.Vec2d(-4, -2)),
125 Gf.Range2d(Gf.Vec2d(-12,-6), Gf.Vec2d(0,-2)))
129 Gf.Range2d(Gf.Vec2d(-10, -11), Gf.Vec2d(-1, -1)),
132 Gf.Range2d(Gf.Vec2d(-10, -9), Gf.Vec2d(-1, -3)))
136 Gf.Range2d(Gf.Vec2d(-10, -11), Gf.Vec2d(-1, -1)),
139 Gf.Range2d(Gf.Vec2d(-13, -11), Gf.Vec2d(2, -1)))
143 Gf.Range2d(Gf.Vec2d(-10, -11), Gf.Vec2d(-1, -1)),
146 Gf.Range2d(Gf.Vec2d(-10, -11), Gf.Vec2d(-1, -1)))
210 frustum.window = Gf.Range2d(Gf.Vec2d(-1.2, -1.0), Gf.Vec2d(1.0, 1.5))
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/testenv/
H A DtestUsdGeomXformCommonAPI.py36 (Gf.Vec3d(0,0,0), Gf.Vec3f(0,0,0),
37 Gf.Vec3f(1,1,1), Gf.Vec3f(0,0,0),
44 pivot=Gf.Vec3f(0, 10, 0),
56 (Gf.Vec3d(10., 20., 30.), Gf.Vec3f(30, 45, 60),
57 Gf.Vec3f(1., 2., 3.), Gf.Vec3f(0, 10, 0),
72 (Gf.Vec3d(10., 20., 30.), Gf.Vec3f(30, 45, 60),
73 Gf.Vec3f(1., 2., 3.), Gf.Vec3f(0, 10, 0),
321 (Gf.Vec3d(5.0, 6.0, 7.0), Gf.Vec3f(0.0, 0.0, 0.0), Gf.Vec3f(1.0, 1.0, 1.0),
327 (Gf.Vec3d(5.0, 6.0, 7.0), Gf.Vec3f(5.0, 6.0, 7.0), Gf.Vec3f(1.0, 1.0, 1.0),
333 (Gf.Vec3d(5.0, 6.0, 7.0), Gf.Vec3f(5.0, 6.0, 7.0), Gf.Vec3f(3.0, 4.0, 5.0),
[all …]
H A DtestUsdGeomPointInstancer.py25 from pxr import Gf, Usd, UsdGeom
124 Gf.Vec3f(9.5, 14.5, 19.5),
156 Gf.Vec3f(0.5, 1.5, 2.5),
157 Gf.Vec3f(1.5, 2.5, 3.5),
210 Gf.Vec3f(0.0, 0.0, 0.0),
211 Gf.Vec3f(2.5, 2.5, 2.5),
214 Gf.Vec3f(1.0),
215 Gf.Vec3f(20.0),
216 Gf.Vec3f(1.0),
262 Gf.Vec3f(5.0, 5.0, 5.0),
[all …]
H A DtestUsdGeomExtentFromPlugins.py25 from pxr import Gf, Vt, Usd, UsdGeom
33 '/capsule' : Vt.Vec3fArray(2, (Gf.Vec3f(-2.0, -2.0, -3.0),
34 Gf.Vec3f(2.0, 2.0, 3.0))),
35 '/cone' : Vt.Vec3fArray(2, (Gf.Vec3f(-2.0, -2.0, -2.0),
36 Gf.Vec3f(2.0, 2.0, 2.0))),
37 '/cube' : Vt.Vec3fArray(2, (Gf.Vec3f(-2.0, -2.0, -2.0),
38 Gf.Vec3f(2.0, 2.0, 2.0))),
39 '/cylinder' : Vt.Vec3fArray(2, (Gf.Vec3f(-2.0, -2.0, -2.0),
40 Gf.Vec3f(2.0, 2.0, 2.0))),
42 Gf.Vec3f(2.0, 2.0, 2.0)))
[all …]

12345678910>>...56