trait RayEmitter:
    .doc: """
    Trait for models that emit rays.
    """
    ray_source is RaySource
