let null_camera =
        object
                inherit camera
                method fovy = 90.0
                method apply _ = ()
                (*method position_for_entity = ()*)

                method z_bounds = (1.0, 2.0)

                method resize_viewport _ = ()
                method viewport_size = (0, 0)
        end