#VRML V2.0 utf8

Collision {
    collide FALSE
    children [
        DEF World Transform {
            rotation    1 0 0  0.523599
            children [
                DirectionalLight {
                    on  TRUE
                    intensity   1
                    color       1 1 1
                    direction   1 0 0
                },
                DEF Car Group {
                    children [
                        DEF LeftFrontWheel Transform {
                            translation -2 0 2
                            children [
                                Shape {
                                    appearance
                                        Appearance {
                                            material
                                                Material {
                                                    diffuseColor        1 0 0
                                                }
                                        }
                                    geometry
                                        DEF Wheel Sphere {
                                            radius      0.9
                                        }
                                }
                            ]
                        },
                        DEF RightFrontWheel Transform {
                            translation -2 0 -2
                            children [
                                Shape {
                                    appearance
                                        Appearance {
                                            material
                                                Material {
                                                    diffuseColor        1 0 0
                                                }
                                        }
                                    geometry USE Wheel
                                }
                            ]
                        },
                        DEF LeftRearWheel Transform {
                            translation 2 0 2
                            children [
                                Shape {
                                    appearance
                                        Appearance {
                                            material
                                                Material {
                                                    diffuseColor        1 0 0
                                                }
                                        }
                                    geometry USE Wheel
                                }
                            ]
                        },
                        DEF RightRearWheel Transform {
                            translation 2 0 -2
                            children [
                                Shape {
                                    appearance
                                        Appearance {
                                            material
                                                Material {
                                                    diffuseColor        1 0 0
                                                }
                                        }
                                    geometry USE Wheel
                                }
                            ]
                        },
                        DEF Body Group {
                            children [
                                Shape {
                                    appearance
                                        Appearance {
                                            material
                                                Material {
                                                    diffuseColor        0 0 1
                                                    shininess   0.2
                                                }
                                        }
                                    geometry
                                        Box {
                                            size        6 1 2
                                        }
                                }
                            ]
                        },
                        DEF RightHeadLight Transform {
                            translation -3 0.3 -0.5
                            children [
                                DEF HeadLight Group {
                                    children [
                                        Transform {
                                            translation -0.2 0 0
                                            rotation    0 0 1  -1.5708
                                            children [
                                                Shape {
                                                    appearance
                                                        Appearance {
                                                            material
                                                                DEF _v2%1 Material {
                                                                    emissiveColor       1 0.5 0
                                                                }
                                                        }
                                                    geometry
                                                        DEF _v2%2 Cone {
                                                            bottomRadius        0.2
                                                            height      0.5
                                                            bottom      FALSE
                                                        }
                                                }
                                            ]
                                        },
                                        Transform {
                                            translation -0.45 0 0
                                            children [
                                                DEF _v2%3 PointLight {
                                                    intensity   1
                                                    color       1 1 0.9
                                                },
                                                Shape {
                                                    appearance
                                                        Appearance {
                                                            material
                                                                DEF _v2%0 Material {
                                                                    emissiveColor       1 1 1
                                                                    transparency        0.17
                                                                }
                                                        }
                                                    geometry
                                                        DEF _v2%4 Sphere {
                                                            radius      0.17
                                                        }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        DEF LeftHeadLight Transform {
                            translation -3 0.3 0.5
                            children [
                                Group {
                                    children [
                                        Transform {
                                            translation -0.2 0 0
                                            rotation    0 0 1  -1.5708
                                            children [
                                                Shape {
                                                    appearance
                                                        Appearance {
                                                            material USE _v2%1
                                                        }
                                                    geometry
                                                        Cone {
                                                            bottomRadius        0.2
                                                            height      0.5
                                                            bottom      FALSE
                                                        }
                                                }
                                            ]
                                        },
                                        Transform {
                                            translation -0.45 0 0
                                            children [
                                                PointLight {
                                                    intensity   1
                                                    color       1 1 0.9
                                                },
                                                Shape {
                                                    appearance
                                                        Appearance {
                                                            material USE _v2%0
                                                        }
                                                    geometry USE _v2%4
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        DEF RightTailLight Transform {
                            translation 3.3 0.3 0.5
                            children [
                                Transform {
                                    translation -0.2 0 0
                                    rotation    0 0 1  1.5708
                                    children [
                                        DEF TailLight Group {
                                            children [
                                                Shape {
                                                    appearance
                                                        Appearance {
                                                            material
                                                                DEF _v2%5 Material {
                                                                    diffuseColor        1 0.4 0.3
                                                                    shininess   0.9
                                                                }
                                                        }
                                                    geometry
                                                        DEF _v2%6 Box {
                                                            size        0.3 0.01 0.5
                                                        }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        DEF LeftTailLight Transform {
                            translation 3.3 0.3 0.5
                            children [
                                Transform {
                                    translation -0.2 0 -1
                                    rotation    0 0 1  1.5708
                                    children [
                                        Group {
                                            children [
                                                Shape {
                                                    appearance
                                                        Appearance {
                                                            material USE _v2%5
                                                        }
                                                    geometry
                                                        Box {
                                                            size        0.3 0.01
 0.5
                                                        }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}