From 47685d1794c60662f41c1f1c840957c1fade26d2 Mon Sep 17 00:00:00 2001 From: Stuart Buchanan Date: Wed, 1 Aug 2012 21:08:42 +0100 Subject: [PATCH] Document use of the section of the materials definition. --- Docs/README.materials | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/README.materials b/Docs/README.materials index 42ada3a5b..624f2758f 100644 --- a/Docs/README.materials +++ b/Docs/README.materials @@ -46,6 +46,8 @@ effect : The effect to be used for this material. (default: ambient, diffuse, specular, emissive, and shininess are copied into the parameter section of the effect created for this material. +parameters : Additional parameters to be used in the effect. See README.effects for format information. + wrapu : True if the texture should repeat horizontally over a surface, false if it should not repeat (default: true).