From 26211c181536a644bb9530a3f311755de271bb6b Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Sun, 18 May 2025 15:23:32 +0200 Subject: [PATCH] Fix documentation issues --- modules/globebrowsing/scripts/node_support.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/globebrowsing/scripts/node_support.lua b/modules/globebrowsing/scripts/node_support.lua index 2143cacb54..b66f4cc9d7 100644 --- a/modules/globebrowsing/scripts/node_support.lua +++ b/modules/globebrowsing/scripts/node_support.lua @@ -10,8 +10,8 @@ openspace.globebrowsing.documentation = { }, Documentation = [[ Sets the position of a scene graph node that has a - [GlobeTranslation](#globebrowsing_translation_globetranslation) and/or - [GlobeRotation](#globebrowsing_rotation_globerotation). + [GlobeTranslation](#base_translation_globetranslation) and/or + [GlobeRotation](#base_rotation_globerotation). Usage: ```lua @@ -37,8 +37,8 @@ openspace.globebrowsing.documentation = { }, Documentation = [[ Sets the position of a scene graph node that has a - [GlobeTranslation](#globebrowsing_translation_globetranslation) and/or - [GlobeRotation](#globebrowsing_rotation_globerotation) to match the camera. Only + [GlobeTranslation](#base_translation_globetranslation) and/or + [GlobeRotation](#base_rotation_globerotation) to match the camera. Only uses camera position not rotation. If useAltitude is true, then the position will also be updated to the camera's altitude.