summaryrefslogtreecommitdiffstats
path: root/libdimensionxx/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libdimensionxx/scene.cpp')
-rw-r--r--libdimensionxx/scene.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/libdimensionxx/scene.cpp b/libdimensionxx/scene.cpp
index 5719207..f5e4ea8 100644
--- a/libdimensionxx/scene.cpp
+++ b/libdimensionxx/scene.cpp
@@ -85,19 +85,6 @@ namespace Dimension
dmnsn_array_push(m_scene->objects, &cobject);
}
- // Render it!
-
- void Scene::raytrace()
- {
- dmnsn_raytrace_scene(m_scene);
- }
-
- Progress
- Scene::raytrace_async()
- {
- return Progress(dmnsn_raytrace_scene_async(m_scene));
- }
-
// Access the wrapped C object.
dmnsn_scene*