Help with scripting syntax: #3715
-
Dear all! ConstellationMgr.setLinesColor(Vec3f(1.0,1.0,0.0)); When I launch this command from the "script console", I get the following error message: script error: 'Reference' @ line 11: ReferenceError: Vec3f is not defined Not knowing the programming language for the script, I don't know the syntax to declare the required variables (var ...). Can someone help me? Thank you so much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See Stellarium User Guide, chapter 17. Particularly, section 17.5.2 "The Vec3f problem". This should solve your issue. |
Beta Was this translation helpful? Give feedback.
See Stellarium User Guide, chapter 17. Particularly, section 17.5.2 "The Vec3f problem". This should solve your issue.