summaryrefslogtreecommitdiffstats
path: root/libdimension-python/dimension.pxd
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-08-21 13:24:13 -0600
committerTavian Barnes <tavianator@gmail.com>2011-08-21 13:24:13 -0600
commit942fd9ff8e267b361de580a95fa247e486120891 (patch)
tree683835731d05db901d98d10ba0023bb1ef3fb285 /libdimension-python/dimension.pxd
parent6b1fcde7af64ca81079dffe1d62096228693b5d6 (diff)
downloaddimension-942fd9ff8e267b361de580a95fa247e486120891.tar.xz
Replace sky_spheres with a single background pigment.
Diffstat (limited to 'libdimension-python/dimension.pxd')
-rw-r--r--libdimension-python/dimension.pxd14
1 files changed, 1 insertions, 13 deletions
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