Draw lines with random orientation in 3D space
- See also
- Bounding Box Example, Lines And Quads
2 prims1 = gfx.PrimList(
"prims one")
3 prims2 = gfx.PrimList(
"prims two")
5 prims1.AddLine(10.0*
geom.Vec3(random.random()-1,
11 gfx.Color(random.random(),
15 prims2.AddLine(10.0*
geom.Vec3(random.random(),
21 gfx.Color(random.random(),
Three dimensional vector class, using Real precision.