```cs public class SpherePrimitive : Primitive { public float radius = 1; public Vector3F center; } ```