summaryrefslogtreecommitdiffstats
path: root/libdimension-python/dimension.pxd
diff options
context:
space:
mode:
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