|
1 | 1 | ## Ignition Rendering
|
2 | 2 |
|
| 3 | +### Ignition Rendering 6.X |
| 4 | + |
| 5 | +### Ignition Rendering 6.0.0 (20XX-XX-XX) |
| 6 | + |
| 7 | +### Ignition Rendering 5.X |
| 8 | + |
| 9 | +### Ignition Rendering 5.X.X (20XX-XX-XX) |
| 10 | + |
| 11 | +### Ignition Rendering 5.1.0 (2021-06-22) |
| 12 | + |
| 13 | +1. add ifdef for apple in integration test |
| 14 | + * [Pull request #349](https://github.com/ignitionrobotics/ign-rendering/pull/349) |
| 15 | + |
| 16 | +1. Update light map tutorial |
| 17 | + * [Pull request #346](https://github.com/ignitionrobotics/ign-rendering/pull/346) |
| 18 | + |
| 19 | +1. relax gaussian test tolerance |
| 20 | + * [Pull request #344](https://github.com/ignitionrobotics/ign-rendering/pull/344) |
| 21 | + |
| 22 | +1. Fix custom shaders uniforms ign version number |
| 23 | + * [Pull request #343](https://github.com/ignitionrobotics/ign-rendering/pull/343) |
| 24 | + |
| 25 | +1. recreate node only when needed |
| 26 | + * [Pull request #342](https://github.com/ignitionrobotics/ign-rendering/pull/342) |
| 27 | + |
| 28 | +1. Backport memory fixes found by ASAN |
| 29 | + * [Pull request #340](https://github.com/ignitionrobotics/ign-rendering/pull/340) |
| 30 | + |
| 31 | +1. Fix FSAA in UI and lower VRAM consumption |
| 32 | + * [Pull request #313](https://github.com/ignitionrobotics/ign-rendering/pull/313) |
| 33 | + |
| 34 | +1. Fix depth alpha |
| 35 | + * [Pull request #316](https://github.com/ignitionrobotics/ign-rendering/pull/316) |
| 36 | + |
| 37 | +1. Fix floating point precision bug handling alpha channel (#332) |
| 38 | + * [Pull request #333](https://github.com/ignitionrobotics/ign-rendering/pull/333) |
| 39 | + |
| 40 | +1. Fix heap overflow when reading |
| 41 | + * [Pull request #337](https://github.com/ignitionrobotics/ign-rendering/pull/337) |
| 42 | + |
| 43 | +1. Fix new [] / delete mismatch |
| 44 | + * [Pull request #338](https://github.com/ignitionrobotics/ign-rendering/pull/338) |
| 45 | + |
| 46 | +1. Test re-enabling depth camera integration test on mac |
| 47 | + * [Pull request #335](https://github.com/ignitionrobotics/ign-rendering/pull/335) |
| 48 | + |
| 49 | +1. Include MoveTo Helper class to ign-rendering |
| 50 | + * [Pull request #311](https://github.com/ignitionrobotics/ign-rendering/pull/311) |
| 51 | + |
| 52 | +1. Remove `tools/code_check` and update codecov |
| 53 | + * [Pull request #321](https://github.com/ignitionrobotics/ign-rendering/pull/321) |
| 54 | + |
| 55 | +1. [OGRE 1.x] Uniform buffer shader support |
| 56 | + * [Pull request #294](https://github.com/ignitionrobotics/ign-rendering/pull/294) |
| 57 | + |
| 58 | +1. Helper function to get a scene |
| 59 | + * [Pull request #320](https://github.com/ignitionrobotics/ign-rendering/pull/320) |
| 60 | + |
| 61 | +1. fix capsule mouse picking |
| 62 | + * [Pull request #319](https://github.com/ignitionrobotics/ign-rendering/pull/319) |
| 63 | + |
| 64 | +1. Fix depth alpha |
| 65 | + * [Pull request #316](https://github.com/ignitionrobotics/ign-rendering/pull/316) |
| 66 | + |
| 67 | +1. Add shadows to Ogre2DepthCamera without crashing |
| 68 | + * [Pull request #303](https://github.com/ignitionrobotics/ign-rendering/pull/303) |
| 69 | + |
| 70 | +1. Reduce lidar data discretization |
| 71 | + * [Pull request #296](https://github.com/ignitionrobotics/ign-rendering/pull/296) |
| 72 | + |
| 73 | +1. update light visual size |
| 74 | + * [Pull request #306](https://github.com/ignitionrobotics/ign-rendering/pull/306) |
| 75 | + |
| 76 | +1. Improve build times by reducing included headers |
| 77 | + * [Pull request #299](https://github.com/ignitionrobotics/ign-rendering/pull/299) |
| 78 | + |
| 79 | +1. Add light map tutorial |
| 80 | + * [Pull request #302](https://github.com/ignitionrobotics/ign-rendering/pull/302) |
| 81 | + |
| 82 | +1. Prevent console warnings when multiple texture coordinates are present |
| 83 | + * [Pull request #301](https://github.com/ignitionrobotics/ign-rendering/pull/301) |
| 84 | + |
| 85 | +1. Fix gazebo scene viewer build |
| 86 | + * [Pull request #289](https://github.com/ignitionrobotics/ign-rendering/pull/289) |
| 87 | + |
| 88 | +1. Silence noisy sky error |
| 89 | + * [Pull request #282](https://github.com/ignitionrobotics/ign-rendering/pull/282) |
| 90 | + |
| 91 | +1. Added command line argument to pick version of Ogre |
| 92 | + * [Pull request #277](https://github.com/ignitionrobotics/ign-rendering/pull/277) |
| 93 | + |
| 94 | +### Ignition Rendering 5.0.0 (2021-03-30) |
| 95 | + |
| 96 | +1. Add ogre2 skybox support |
| 97 | + * [Pull request #168](https://github.com/ignitionrobotics/ign-rendering/pull/168) |
| 98 | + |
| 99 | +1. Add light visual support |
| 100 | + * [Pull request #202](https://github.com/ignitionrobotics/ign-rendering/pull/202) |
| 101 | + * [Pull request #228](https://github.com/ignitionrobotics/ign-rendering/pull/228) |
| 102 | + |
| 103 | +1. Add API for particle emitter scatter ratio |
| 104 | + * [Pull request #275](https://github.com/ignitionrobotics/ign-rendering/pull/275) |
| 105 | + |
| 106 | +1. Added capsule geometry |
| 107 | + * [Pull request #200](https://github.com/ignitionrobotics/ign-rendering/pull/200) |
| 108 | + * [Pull request #278](https://github.com/ignitionrobotics/ign-rendering/pull/278) |
| 109 | + |
| 110 | +1. Added ellipsoid Geometry |
| 111 | + * [Pull request #203](https://github.com/ignitionrobotics/ign-rendering/pull/203) |
| 112 | + |
| 113 | +1. ogre2: explicitly request OpenGL 3.3 core profile context. |
| 114 | + * [Pull request #244](https://github.com/ignitionrobotics/ign-rendering/pull/244) |
| 115 | + |
| 116 | +1. Bump in edifice: ign-common4 |
| 117 | + * [Pull request #209](https://github.com/ignitionrobotics/ign-rendering/pull/209) |
| 118 | + |
| 119 | +1. Support setting horizontal and vertical resolution for GpuRays |
| 120 | + * [Pull request #229](https://github.com/ignitionrobotics/ign-rendering/pull/229) |
| 121 | + |
| 122 | +1. Added Light Intensity |
| 123 | + * [Pull request #233](https://github.com/ignitionrobotics/ign-rendering/pull/233) |
| 124 | + * [Pull request #284](https://github.com/ignitionrobotics/ign-rendering/pull/284) |
| 125 | + |
| 126 | +1. Heightmap for Ogre 1 |
| 127 | + * [Pull request #180](https://github.com/ignitionrobotics/ign-rendering/pull/180) |
| 128 | + |
| 129 | +1. Added render order to material |
| 130 | + * [Pull request #188](https://github.com/ignitionrobotics/ign-rendering/pull/188) |
| 131 | + |
| 132 | +1. Add support for lightmaps in ogre2 |
| 133 | + * [Pull request #182](https://github.com/ignitionrobotics/ign-rendering/pull/182) |
| 134 | + |
| 135 | +1. Documentation updates |
| 136 | + * [Pull request #288](https://github.com/ignitionrobotics/ign-rendering/pull/288) |
| 137 | + * [Pull request #287](https://github.com/ignitionrobotics/ign-rendering/pull/287) |
| 138 | + * [Pull request #286](https://github.com/ignitionrobotics/ign-rendering/pull/286) |
| 139 | + |
3 | 140 | ### Ignition Rendering 4.X
|
4 | 141 |
|
5 | 142 | ### Ignition Rendering 4.8.0 (2021-06-18)
|
|
0 commit comments