File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 830
830
1 . Increased Marker coverage
831
831
* [ Pull request #738 ] ( https://github.com/gazebosim/ign-rendering/pull/738 )
832
832
833
- 1 . Added shaderType converage
833
+ 1 . Added shaderType coverage
834
834
* [ Pull request #740 ] ( https://github.com/gazebosim/ign-rendering/pull/740 )
835
835
836
836
1 . Improved grid coverage
859
859
1 . Update Marker test
860
860
* [ Pull request #673 ] ( https://github.com/gazebosim/gz-rendering/pull/673 )
861
861
862
- 1 . Increase TransformControl test converage
862
+ 1 . Increase TransformControl test coverage
863
863
* [ Pull request #668 ] ( https://github.com/gazebosim/gz-rendering/pull/668 )
864
864
865
865
1 . Enable ogre2 heightmap test
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ formats used in gz-common and gz-msgs.
92
92
93
93
1 . ` Scene::SetTime ` is often unset. Gazebo's ` Ogre2 ` now defaults to 60hz otherwise rendering won't advance forward.
94
94
+ Mostly affects Particles.
95
- + Also may affect gaussian postprocessing and other filters dependant on time.
95
+ + Also may affect gaussian postprocessing and other filters dependent on time.
96
96
+ Previous behavior was using real time instead of simulation time, which is wrong.
97
97
+ See https://github.com/gazebosim/gz-rendering/issues/556 for details.
98
98
You can’t perform that action at this time.
0 commit comments