Added docs and project management tool update
This commit is contained in:
17
doc/bu/files/getmaterialantialiasing.txt
Normal file
17
doc/bu/files/getmaterialantialiasing.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
#title GetMaterialAntiAliasing [RCBasic Doc]
|
||||
#header function GetMaterialAntiAliasing( material_id)
|
||||
|
||||
Returns the anti-aliasing mode for the material
|
||||
|
||||
Possible modes returned
|
||||
#list
|
||||
#li AA_MODE_OFF=0,
|
||||
#li AA_MODE_SIMPLE=1,
|
||||
#li AA_MODE_QUALITY=3,
|
||||
#li AA_MODE_LINE_SMOOTH=4,
|
||||
#li AA_MODE_POINT_SMOOTH=8,
|
||||
#li AA_MODE_FULL_BASIC=15,
|
||||
#li AA_MODE_ALPHA_TO_COVERAGE=16
|
||||
#/list
|
||||
|
||||
#ref SetMaterialAntiAliasing
|
||||
Reference in New Issue
Block a user