From 25b333c07d3aaee4b375e2d091601f05a963c5b9 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Mon, 25 Oct 2010 23:16:37 +0200 Subject: [PATCH] Document changes to effect files syntax: adding mipmap-control --- docs-mini/README.effects | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs-mini/README.effects b/docs-mini/README.effects index c46d392c2..0e2814e7c 100644 --- a/docs-mini/README.effects +++ b/docs-mini/README.effects @@ -192,6 +192,15 @@ texture-unit - has several child properties: wrap-s wrap-t wrap-r + mipmap-control - controls how the mipmap levels are computed. + Each color channel can be computed with different functions + among average, sum, product, min and max. For example : + average + min + function-r - function for red + function-g - function for green + function-b - function for blue + function-a - function for alpha The following built-in types are supported: white - 1 pixel white texture noise - a 3d noise texture -- 2.39.2