commit 7ec58227400e51bb5eed6b9022918c1d317ed4e5 parent fea5215063d12b1b2985a7d8f4fdb32e45cfc189 Author: Mikolaj Lenczewski <33129490+EnderRifter@users.noreply.github.com> Date: Tue, 2 Jul 2019 07:53:16 +0100 Improved documentation of Drawer.DrawBodies(). Diffstat:
| M | StarSim/StarSimLib/Graphics/Drawer.cs | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/StarSim/StarSimLib/Graphics/Drawer.cs b/StarSim/StarSimLib/Graphics/Drawer.cs @@ -318,7 +318,8 @@ namespace StarSimLib.Graphics /// <summary> /// Draws each <see cref="Body"/> instance that is managed by this drawer to the <see cref="RenderTarget"/> specified - /// in the constructor. + /// in the constructor, using the current view settings (rotation, zoom, etc.) to project the positions from 3D to 2D. + /// This method should be called every frame, as without it the view isn't updated and neither are rotation or zoom. /// </summary> public void DrawBodies() {