mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Add call to showtarget function
This commit is contained in:
@@ -146,6 +146,7 @@ bool SkybrowserModule::sendMessageToWWT(const ghoul::Dictionary& msg) {
|
||||
}
|
||||
|
||||
void SkybrowserModule::WWTfollowCamera() {
|
||||
showTarget();
|
||||
while (true) {
|
||||
// Get camera view direction
|
||||
const glm::dvec3 viewDirection = global::navigationHandler->camera()->viewDirectionWorldSpace();
|
||||
|
||||
Reference in New Issue
Block a user