From 0e699be281c8dea53e589e08a5831837e0eae7ea Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 7 Oct 2021 20:17:50 -0400 Subject: Updates for Chickadee 0.8.0 and Guile-SDL2 0.7.0. --- manuals/chickadee/Skyboxes.html | 119 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 manuals/chickadee/Skyboxes.html (limited to 'manuals/chickadee/Skyboxes.html') diff --git a/manuals/chickadee/Skyboxes.html b/manuals/chickadee/Skyboxes.html new file mode 100644 index 0000000..483f22f --- /dev/null +++ b/manuals/chickadee/Skyboxes.html @@ -0,0 +1,119 @@ + + + + + + +Skyboxes (The Chickadee Game Toolkit) + + + + + + + + + + + + + + + + + + + +
+

+Next: , Previous: , Up: Graphics   [Contents][Index]

+
+
+

5.3.10 Skyboxes

+ +

Skyboxes are used as backgrounds in 3D environments, as well as a +source of ambient lighting data when rendering 3D objects. The +(chickadee graphics skybox) module provides an API for making +skyboxes. +

+
+
Procedure: make-skybox cube-map
+

Return a new skybox that uses cube-map for a texture. +

+ +
+
Procedure: skybox? obj
+

Return #t if obj is a skybox. +

+ +
+
Procedure: skybox-cube-map sky-box
+

Return the cube map of skybox. +

+ +
+
Procedure: draw-skybox skybox view
+

Render skybox to the screen using the view matrix view. +

+ + + + + + -- cgit v1.2.3