From af2872325ed461252303ec8b7987058b664843f1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 10 Mar 2018 20:32:18 -0500 Subject: Update Chickadee manual. --- manuals/chickadee/Textures.html | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) (limited to 'manuals/chickadee/Textures.html') diff --git a/manuals/chickadee/Textures.html b/manuals/chickadee/Textures.html index a31d6fb..66d9fe7 100644 --- a/manuals/chickadee/Textures.html +++ b/manuals/chickadee/Textures.html @@ -30,8 +30,8 @@ http://www.texinfo.org/ (GNU Texinfo). - - + + + @@ -67,16 +90,15 @@ ul.no-bullet {list-style: none}

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

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


-

2.4.4 Textures

+

2.4.2 Textures

-
Scheme Procedure: load-image file [#:min-filter nearest]
-

[#:mag-filter nearest] [#:wrap-s repeat] [#:wrap-t repeat] -

+
Scheme Procedure: load-image file [#:min-filter nearest] [#:mag-filter nearest] [#:wrap-s repeat] [#:wrap-t repeat]
+

Load the image data from file and return a new texture object.

min-filter and mag-filter describe the method that should -- cgit v1.2.3