From 03072ef67af0623758a660e2cd3fb5e153133efa Mon Sep 17 00:00:00 2001
From: David Thompson
Date: Wed, 24 May 2023 08:09:03 -0400
Subject: Update chickadee manual.
---
manuals/chickadee/Meshes.html | 44 +++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
(limited to 'manuals/chickadee/Meshes.html')
diff --git a/manuals/chickadee/Meshes.html b/manuals/chickadee/Meshes.html
index 2cd159e..7e66c4d 100644
--- a/manuals/chickadee/Meshes.html
+++ b/manuals/chickadee/Meshes.html
@@ -1,6 +1,6 @@
-
-
+ -->
+
-
+
Meshes (The Chickadee Game Toolkit)
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -84,7 +84,7 @@ ul.no-bullet {list-style: none}
Next: Buffers, Previous: Skyboxes, Up: Graphics [Contents][Index]
-
+
5.3.11 Meshes
The (chickadee graphics mesh)
modules provides procedures for
@@ -190,7 +190,7 @@ on the lighting model.
lighting model:
-- Procedure: make-phong-material [#:name "anonymous"] [#:blend-mode] [#:polygon-mode] [#:cull-face-mode] [#:depth-test] [#:stencil-test] [#:multisample? #f] [#:ambient-factor (vec3 1 1 1)] [#:diffuse-factor (vec3 1 1 1)] [#:specular-factor (vec3 1 1 1)] [#:shininess 32] [#:ambient-texture] [#:diffuse-texture] [#:specular-texture] [#:normal-texture]
+- Procedure: make-phong-material [#:name "anonymous"] [#:blend-mode] [#:polygon-mode] [#:cull-face-mode] [#:depth-test] [#:stencil-test] [#:multisample? #f] [#:ambient-factor (vec3 1 1 1)] [#:diffuse-factor (vec3 1 1 1)] [#:specular-factor (vec3 1 1 1)] [#:shininess 32] [#:ambient-texture] [#:diffuse-texture] [#:specular-texture] [#:normal-texture]
-
Return a new Blinn-Phong material.
@@ -231,7 +231,7 @@ lighting model:
The (chickadee graphics pbr)
module has the PBR lighting model:
-- Procedure: make-pbr-material [#:name "anonymous"] [#:blend-mode] [#:polygon-mode] [#:cull-face-mode] [#:depth-test] [#:stencil-test] [#:multisample? #f] [#:base-color-factor (vec3 1 1 1)] [#:base-color-texcoord 0] [#:metallic-factor 1.0] [#:roughness-factor 1.0] [#:metallic-roughness-texcoord 0] [#:normal-texcoord 0] [#:occlusion-texcoord 0] [#:emissive-factor (vec3 1 1 1)] [#:emissive-texcoord 0] [#:alpha-mode opaque] [#:alpha-cutoff 0.5] [#:base-color-texture] [#:metallic-roughness-texture] [#:normal-texture] [#:occlusion-texture] [#:emissive-texture]
+- Procedure: make-pbr-material [#:name "anonymous"] [#:blend-mode] [#:polygon-mode] [#:cull-face-mode] [#:depth-test] [#:stencil-test] [#:multisample? #f] [#:base-color-factor (vec3 1 1 1)] [#:base-color-texcoord 0] [#:metallic-factor 1.0] [#:roughness-factor 1.0] [#:metallic-roughness-texcoord 0] [#:normal-texcoord 0] [#:occlusion-texcoord 0] [#:emissive-factor (vec3 1 1 1)] [#:emissive-texcoord 0] [#:alpha-mode opaque] [#:alpha-cutoff 0.5] [#:base-color-texture] [#:metallic-roughness-texture] [#:normal-texture] [#:occlusion-texture] [#:emissive-texture]
-
Return a new PBR material.
@@ -401,7 +401,7 @@ triangles in the resulting sphere increases exponentially with each
increment to quality.
-
+