Skip to content

Commit

Permalink
Reenables rotation of displays (for #2761). Simplifies cameras
Browse files Browse the repository at this point in the history
- Removal of ICamera, AbstractCamera. Now only CameraHelper is used
(former ArcBallCamera)
  • Loading branch information
AlexisDrogoul committed Mar 4, 2022
1 parent 6949c48 commit 374578a
Show file tree
Hide file tree
Showing 9 changed files with 1,384 additions and 1,816 deletions.
103 changes: 0 additions & 103 deletions msi.gama.core/src/msi/gama/common/interfaces/ICamera.java

This file was deleted.

Expand Up @@ -282,7 +282,7 @@
name = IKeyword.ROTATE,
type = IType.FLOAT,
optional = true,
doc = @doc ("Set the angle for the rotation around the Z axis")),
doc = @doc ("Set the angle for the rotation around the Z axis in degrees")),
@facet (
name = "z_near",
type = IType.FLOAT,
Expand Down

0 comments on commit 374578a

Please sign in to comment.