Updated docs
This commit is contained in:
43
doc/files/setmaterialcolormode.html
Normal file
43
doc/files/setmaterialcolormode.html
Normal file
@@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>setMaterialColorMode [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>sub setMaterialColorMode( material_id, color_mode) </h2></p>
|
||||
<p>
|
||||
Sets the color mode of a material
|
||||
</p>
|
||||
<p>
|
||||
Possible modes
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
COLOR_MODE_NONE
|
||||
</li>
|
||||
<li>
|
||||
COLOR_MODE_DIFFUSE
|
||||
</li>
|
||||
<li>
|
||||
COLOR_MODE_AMBIENT
|
||||
</li>
|
||||
<li>
|
||||
COLOR_MODE_EMISSIVE
|
||||
</li>
|
||||
<li>
|
||||
COLOR_MODE_SPECULAR
|
||||
</li>
|
||||
<li>
|
||||
COLOR_MODE_DIFFUSE_AND_AMBIENT
|
||||
</li>
|
||||
</ul>
|
||||
<br><p>Related:
|
||||
<a href="getmaterialcolormode.html">GetMaterialColorMode</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user