Skip to content
Snippets Groups Projects
Commit c8e9dec0 authored by Philip Trettner's avatar Philip Trettner
Browse files

Merge branch 'develop' of https://www.graphics.rwth-aachen.de:9000/Glow/glow-samples into develop

parents f8466e15 23157f3d
No related branches found
No related tags found
No related merge requests found
Pipeline #15651 failed
......@@ -833,13 +833,6 @@ void known_issues(pm::vertex_attribute<tg::pos3> const& pos)
gv::view(gv::lines(line).camera_facing().line_width_world(0.25f), tg::color3::green, tg::translation(0.0f, 0.0f, 1.0f));
}
// When setting a custom camera target view, the camera jumps the first time it is dragged with the left or right mouse button
{
gv::view(pos, gv::camera_transform(tg::pos3(1, 1, 1), tg::pos3(0, 0, 0)), "explicit start position and target creates jumping camera upon first drag");
// gv::camera_orientation works fine
gv::view(pos, gv::camera_orientation(125_deg, -15_deg, 1.7f), "explicit camera azimuth/altitude/distance works fine");
}
// Artifacts on grazing angles
// When the camera is outside of the capsule but close to the line spanned by its axis, all sorts of artifacts occur
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment