Re: How to find the vertices of a 3D shape?
Code: Select all
GeometryInfo geometryInfo = new GeometryInfo (geometryArray);Code: Select all
java.lang.IllegalArgumentException: Unsupported geometry typeCode: Select all
light {
type meshlight
name meshLamp
emit { "sRGB nonlinear" 1.000 1.000 1.000 }
radiance 100.0
samples 16
points 4
0.6 0.1 6.0
0.3 1.0 6.0
1.0 1.0 5.5
1.0 0.3 5.5
triangles 2
0 1 2
0 2 3
}