Skip to content

Commit

Permalink
config netview now working again.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Jun 17, 2024
1 parent 4097043 commit 6a05c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ra25/ra25.go
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,8 @@ func (ss *Sim) ConfigGUI() {
ss.ViewUpdate.Config(nv, etime.Phase, etime.Phase)
ss.GUI.ViewUpdate = &ss.ViewUpdate

// nv.SceneXYZ().Camera.Pose.Pos.Set(0, 1, 2.75) // more "head on" than default which is more "top down"
// nv.SceneXYZ().Camera.LookAt(math32.Vec3(0, 0, 0), math32.Vec3(0, 1, 0))
nv.SceneXYZ().Camera.Pose.Pos.Set(0, 1, 2.75) // more "head on" than default which is more "top down"
nv.SceneXYZ().Camera.LookAt(math32.Vec3(0, 0, 0), math32.Vec3(0, 1, 0))

ss.GUI.AddPlots(title, &ss.Logs)

Expand Down

0 comments on commit 6a05c22

Please sign in to comment.