interface IntersectingVolume {
    color: Color;
    worldToBoxNdc: Matrix4;
}

Properties

Properties

color: Color
worldToBoxNdc: Matrix4