Added docs and project management tool update
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
#title getMaterialAntiAliasing [RCBasic Doc]
|
||||
#header function getMaterialAntiAliasing( material_id)
|
||||
#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