Skip to content
Snippets Groups Projects
Commit 6990b23b authored by Jan Möbius's avatar Jan Möbius
Browse files

Missing documentation for TextureMode

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@5772 383ad7c9-94d9-4d36-a494-682f7c89f535
parent c7ff974e
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,10 @@ class TextureInterface {
* repeat texture : repeat=true/false \n
* Maximum value for repeat : max_val=value \n
* center texture : center=true/false \n
* type : the texture coordinate type ( vertexbased: each vertex has only one texture coordinate ;
* halfedgebased: each vertex has a texture coordinate per face)
*
*
* \n
* The system works like this :\n
* First the abolute value of the property is taken if requested. Then this value is clamped against the given values. if the texture
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment