1 Sphere

Attribute Description Type Optional
name Name of Shape String No
shader Shader name String No
radius Radius Float No
center Center point (stored as: "x y z") String No

Refer to i3d-1.0.xsd (schema) for further details.

1.1 Example

<Sphere name="mySphereObject" shader="myShader_001" radius="10" center="1 0 0"/>