Skip to content

Outline disappear on certain distances and angles #68

@hukasu

Description

@hukasu

If the camera is very close to an entity, its outline disappear

animated_fox example, only modified to include bevy-inspector-egui

Image Image

and without bevy-inspector-egui

Image
// Camera
commands.spawn((
    Camera3d::default(),
    Transform::from_xyz(-11., 58., 6.).with_rotation(Quat::from_rotation_y(0.3)),
));
Image
// Camera
commands.spawn((
    Camera3d::default(),
    Transform::from_xyz(-11., 58., 6.).with_rotation(Quat::from_rotation_y(0.5)),
));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions