-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
36 lines (29 loc) · 1.08 KB
/
Changes
File metadata and controls
36 lines (29 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
- build improvements
- drop use of GLU functions
- rationalise/unify ::Objects classes
- trigrid3d $colours is now per-vertex
- coordinate inputs now converted to float, so pass right type if want flow
- add labels3d, arrows3d
- compatibility break: requires OpenGL 3.3 (from 2010)
- now uses OpenGL::Modern
- `demo 3dgal` Mandelbrot entries now native complex
2.102 2025-04-11
- fix scrolling out with mousewheel/double-touch-scroll in GLUT
- add support for POGL_WINDOW_TYPE of glfw, which is now default
- add own text rendering, now Helvetica
- add own sphere-rendering, removing dependency on GLUT
2.101 2025-04-08
- non-trivial tests added
- add overloads of ::Quaternion
- change mouse control from ArcBall-like to orbiting-camera-like
- convert event-handling from X-windows style to generic
2.100 2025-01-16
- adjust MathGraph and Labels so Debian packaging is happy
2.099 2025-01-06
- add licence information
2.098 2025-01-04
- Graphics::TriD::Rout::{combcoords,attract,repulse} moved to ImageND
2.097 2024-12-09
- install pdldoc, add repo metadata
2.096 2024-12-04
- split out from PDL 2.095