|
1 | 1 | ## Ignition Rendering
|
2 | 2 |
|
| 3 | +### Ignition Rendering 7.X |
| 4 | + |
| 5 | +### Ignition Rendering 7.0.0 (202X-XX-XX) |
| 6 | + |
3 | 7 | ### Ignition Rendering 6.X
|
4 | 8 |
|
5 |
| -### Ignition Rendering 6.0.0 (20XX-XX-XX) |
| 9 | +### Ignition Rendering 6.0.1 (2021-10-01) |
| 10 | + |
| 11 | +1. Disable using selection buffer for ray queries |
| 12 | + * [Pull request #447](https://github.com/ignitionrobotics/ign-rendering/pull/447) |
| 13 | + |
| 14 | +### Ignition Rendering 6.0.0 (2021-09-30) |
| 15 | + |
| 16 | +1. Avoid configure warning when checking ogre-1.10 |
| 17 | + * [Pull request #411](https://github.com/ignitionrobotics/ign-rendering/pull/411) |
| 18 | + * [Pull request #413](https://github.com/ignitionrobotics/ign-rendering/pull/413) |
| 19 | + |
| 20 | +1. Use selection buffer in ray queries (ogre2) |
| 21 | + * [Pull request #378](https://github.com/ignitionrobotics/ign-rendering/pull/378) |
| 22 | + |
| 23 | +1. Fix particle effect randomness |
| 24 | + * [Pull request #388](https://github.com/ignitionrobotics/ign-rendering/pull/388) |
6 | 25 |
|
7 | 26 | 1. Update test config to run ogre 1.x tests in ign-rendering6 on macOS
|
8 | 27 | * [Pull request #407](https://github.com/ignitionrobotics/ign-rendering/pull/407)
|
9 | 28 | * [Pull request #409](https://github.com/ignitionrobotics/ign-rendering/pull/409)
|
10 |
| - |
11 |
| -1. Check if key exists in gpu lidar's user data |
12 |
| - * [Pull request #396](https://github.com/ignitionrobotics/ign-rendering/pull/396) |
| 29 | + * [Pull request #409](https://github.com/ignitionrobotics/ign-rendering/pull/409) |
13 | 30 |
|
14 | 31 | 1. Clone visuals and geometries
|
15 | 32 | * [Pull request #397](https://github.com/ignitionrobotics/ign-rendering/pull/397)
|
| 33 | + * [Pull request #434](https://github.com/ignitionrobotics/ign-rendering/pull/434) |
16 | 34 |
|
17 | 35 | 1. Add SetSize API for LidarVisual and markers
|
18 | 36 | * [Pull request #392](https://github.com/ignitionrobotics/ign-rendering/pull/392)
|
|
23 | 41 |
|
24 | 42 | 1. Prevent default-constructed variants from holding a type
|
25 | 43 | * [Pull request #371](https://github.com/ignitionrobotics/ign-rendering/pull/371)
|
| 44 | + * [Pull request #396](https://github.com/ignitionrobotics/ign-rendering/pull/396) |
26 | 45 |
|
27 | 46 | 1. Temporarily set number of camera pass count per flush to 0 in ogre2 to prevent downstream build failures
|
28 | 47 | * [Pull request #367](https://github.com/ignitionrobotics/ign-rendering/pull/367)
|
29 | 48 |
|
30 |
| -1. Joint visual |
31 |
| - * [Pull request #366](https://github.com/ignitionrobotics/ign-rendering/pull/366) |
32 |
| - * [Pull request #387](https://github.com/ignitionrobotics/ign-rendering/pull/387) |
| 49 | +1. New visuals |
| 50 | + 1. Joint visual |
| 51 | + * [Pull request #366](https://github.com/ignitionrobotics/ign-rendering/pull/366) |
| 52 | + * [Pull request #387](https://github.com/ignitionrobotics/ign-rendering/pull/387) |
33 | 53 |
|
34 |
| -1. Fixing camera projection type test |
35 |
| - * [Pull request #361](https://github.com/ignitionrobotics/ign-rendering/pull/361) |
| 54 | + 1. Center of mass visual |
| 55 | + * [Pull request #345](https://github.com/ignitionrobotics/ign-rendering/pull/345) |
| 56 | + |
| 57 | + 1. Inertia visual |
| 58 | + * [Pull request #326](https://github.com/ignitionrobotics/ign-rendering/pull/326) |
36 | 59 |
|
37 | 60 | 1. UserData methods moved from Visual to Node
|
38 | 61 | * [Pull request #358](https://github.com/ignitionrobotics/ign-rendering/pull/358)
|
39 | 62 |
|
40 | 63 | 1. Replace renderOneFrame for per-workspace update calls
|
41 | 64 | * [Pull request #353](https://github.com/ignitionrobotics/ign-rendering/pull/353)
|
42 | 65 |
|
43 |
| -1. Center of mass visual |
44 |
| - * [Pull request #345](https://github.com/ignitionrobotics/ign-rendering/pull/345) |
45 |
| - |
46 | 66 | 1. Segmentation Camera
|
47 | 67 | * [Pull request #329](https://github.com/ignitionrobotics/ign-rendering/pull/329)
|
48 | 68 | * [Pull request #419](https://github.com/ignitionrobotics/ign-rendering/pull/419)
|
| 69 | + * [Pull request #443](https://github.com/ignitionrobotics/ign-rendering/pull/443) |
49 | 70 |
|
50 | 71 | 1. Stub bounding box camera APIs
|
51 | 72 | * [Pull request #420](https://github.com/ignitionrobotics/ign-rendering/pull/420)
|
52 | 73 |
|
53 |
| -1. Inertia visual |
54 |
| - * [Pull request #326](https://github.com/ignitionrobotics/ign-rendering/pull/326) |
55 |
| - |
56 | 74 | 1. Changed calculation for range clipping
|
57 | 75 | * [Pull request #325](https://github.com/ignitionrobotics/ign-rendering/pull/325)
|
58 | 76 |
|
|
61 | 79 |
|
62 | 80 | 1. Add orthographic view controller
|
63 | 81 | * [Pull request #322](https://github.com/ignitionrobotics/ign-rendering/pull/322)
|
64 |
| - |
65 |
| -1. Port codecov to new configuration |
66 |
| - * [Pull request #318](https://github.com/ignitionrobotics/ign-rendering/pull/318) |
| 82 | + * [Pull request #361](https://github.com/ignitionrobotics/ign-rendering/pull/361) |
67 | 83 |
|
68 | 84 | 1. Visualize wireframes
|
69 | 85 | * [Pull request #314](https://github.com/ignitionrobotics/ign-rendering/pull/314)
|
|
74 | 90 | 1. From Ogre 2.1 to Ogre 2.2
|
75 | 91 | * [Pull request #272](https://github.com/ignitionrobotics/ign-rendering/pull/272)
|
76 | 92 | * [Pull request #393](https://github.com/ignitionrobotics/ign-rendering/pull/393)
|
| 93 | + * [Pull request #436](https://github.com/ignitionrobotics/ign-rendering/pull/436) |
| 94 | + * [Pull request #426](https://github.com/ignitionrobotics/ign-rendering/pull/426) |
| 95 | + * [Pull request #440](https://github.com/ignitionrobotics/ign-rendering/pull/440) |
77 | 96 |
|
78 |
| -1. All changes merged forward from ign-rendering5 |
79 |
| - * [Pull request #310](https://github.com/ignitionrobotics/ign-rendering/pull/310) |
80 |
| - * [Pull request #331](https://github.com/ignitionrobotics/ign-rendering/pull/331) |
81 |
| - * [Pull request #350](https://github.com/ignitionrobotics/ign-rendering/pull/350) |
82 |
| - * [Pull request #401](https://github.com/ignitionrobotics/ign-rendering/pull/401) |
83 |
| - * [Pull request #406](https://github.com/ignitionrobotics/ign-rendering/pull/406) |
| 97 | +1. Documentation updates |
| 98 | + * [Pull request #425](https://github.com/ignitionrobotics/ign-rendering/pull/425) |
| 99 | + * [Pull request #431](https://github.com/ignitionrobotics/ign-rendering/pull/431) |
| 100 | + |
| 101 | +1. Infrastructure |
| 102 | + * [Pull request #318](https://github.com/ignitionrobotics/ign-rendering/pull/318) |
84 | 103 |
|
85 | 104 | ### Ignition Rendering 5.X
|
86 | 105 |
|
|
0 commit comments