From 4922d448896abe5330f106f21fd6a3b0651ae9eb Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 6 Jul 2009 16:37:17 +0000 Subject: New C++ Raytracer type. --- libdimensionxx/dimensionxx/scene.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libdimensionxx/dimensionxx/scene.hpp') diff --git a/libdimensionxx/dimensionxx/scene.hpp b/libdimensionxx/dimensionxx/scene.hpp index 4f906ef..256de29 100644 --- a/libdimensionxx/dimensionxx/scene.hpp +++ b/libdimensionxx/dimensionxx/scene.hpp @@ -46,10 +46,6 @@ namespace Dimension // Add objects void push_object(Object& object); - // Render it! - void raytrace(); - Progress raytrace_async(); - // Access the wrapped C object. dmnsn_scene* dmnsn(); const dmnsn_scene* dmnsn() const; -- cgit v1.2.3