From 156683c7cbcd697f09f5101fd14c01051928edb8 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sat, 2 Apr 2011 20:14:35 +0200 Subject: Started work on dynamic merging and subdivision. --- scene.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scene.cpp') 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); +} -- cgit v1.2.3