mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 12:59:07 -06:00
changed default scene from NH to standard scene and commented out a printf.
This commit is contained in:
@@ -7,7 +7,7 @@ return {
|
||||
|
||||
-- Sets the scene that is to be loaded by OpenSpace. A scene file is a description
|
||||
-- of all entities that will be visible during an instance of OpenSpace
|
||||
Scene = "${OPENSPACE_DATA}/scene/default_nh.scene",
|
||||
Scene = "${OPENSPACE_DATA}/scene/default.scene",
|
||||
|
||||
Paths = {
|
||||
SGCT = "${BASE_PATH}/config/sgct",
|
||||
|
||||
@@ -52,7 +52,7 @@ namespace interaction {
|
||||
|
||||
std::string write = std::to_string(kf._position.vec4().x) + "\t" + std::to_string(kf._position.vec4().y) + "\t" + std::to_string(kf._position.vec4().z) + "\t" + std::to_string(kf._position.vec4().w) + "\n";
|
||||
//write +=
|
||||
printf("%s", write.c_str());
|
||||
//printf("%s", write.c_str());
|
||||
}
|
||||
|
||||
void RemoteController::sendKeyFrame(){
|
||||
|
||||
Reference in New Issue
Block a user