changed default scene from NH to standard scene and commented out a printf.

This commit is contained in:
Joakim Kilby
2015-06-16 08:20:25 +02:00
parent 61934f824b
commit 57fb1a1dd4
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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(){