From 942fd9ff8e267b361de580a95fa247e486120891 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 21 Aug 2011 13:24:13 -0600 Subject: Replace sky_spheres with a single background pigment. --- libdimension-python/dimension.pxd | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'libdimension-python/dimension.pxd') diff --git a/libdimension-python/dimension.pxd b/libdimension-python/dimension.pxd index 7b3ba6e..4590e89 100644 --- a/libdimension-python/dimension.pxd +++ b/libdimension-python/dimension.pxd @@ -346,17 +346,6 @@ cdef extern from "../libdimension/dimension.h": dmnsn_camera *dmnsn_new_perspective_camera() - ############### - # Sky Spheres # - ############### - - ctypedef struct dmnsn_sky_sphere: - dmnsn_array *pigments - dmnsn_matrix trans - - dmnsn_sky_sphere *dmnsn_new_sky_sphere() - void dmnsn_delete_sky_sphere(dmnsn_sky_sphere *sky_sphere) - ########## # Scenes # ########## @@ -371,8 +360,7 @@ cdef extern from "../libdimension/dimension.h": DMNSN_RENDER_FULL ctypedef struct dmnsn_scene: - dmnsn_color background - dmnsn_sky_sphere *sky_sphere + dmnsn_pigment *background dmnsn_texture *default_texture dmnsn_interior *default_interior -- cgit v1.2.3