import $"{AGX_DATA_DIR}/models/openplx/ground.obj" as GroundOBJ.Visual

GroundPlane is Physics3D.Bodies.RigidBody:
    geometry is Physics3D.Geometries.Box:
        material: VehicleWithSteering.Properties.GroundMaterial
        size:
            x: 100
            y: 100
            z: 0.1
    is_dynamic: false
    visual is GroundOBJ.Visual with Visuals.Materials.VisualMaterialOverrideTrait:
        material_override: VehicleWithSteering.Properties.GroundVisualMaterial
