summaryrefslogtreecommitdiff
path: root/scene.cpp
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-04-02 20:14:35 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-04-02 20:14:35 +0200
commit156683c7cbcd697f09f5101fd14c01051928edb8 (patch)
treefce7926feac72a80ac23519ee847a83a05b47bd8 /scene.cpp
parent94c77b14469c9122d945eb1cf337507ff74c2fb6 (diff)
Started work on dynamic merging and subdivision.
Diffstat (limited to 'scene.cpp')
-rw-r--r--scene.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scene.cpp b/scene.cpp
index c477345..4b96595 100644
--- a/scene.cpp
+++ b/scene.cpp
@@ -89,3 +89,7 @@ bool Scene::select(int x, int y, float& px, float& py, float& pz) {
return false;
}
+
+void Scene::update() {
+ qt->update(pos.x, pos.z);
+}