Package | flare.materials |
Class | public class TextureMaterial |
Inheritance | TextureMaterial ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
TextureMaterial(name:String, texture:Texture3D = null) | TextureMaterial | ||
![]() |
Clones the material. | Material3D | |
![]() | dispose():void
Eliminates all the resources associated to the material. | Material3D | |
![]() | download():void
Downloads all the data uploaded to the graphics card. | Material3D | |
![]() |
Draw a mesh surface using the current material. | Material3D | |
![]() | getParamByName(name:String, index:int = 0):FLSLParam | FLSLMaterial | |
![]() | getTextueByName(name:String, index:int = 0):Texture3D | FLSLMaterial | |
![]() | setTextueByName(name:String, value:Texture3D, index:int = 0):void | FLSLMaterial | |
![]() |
Uploads the necesary data to the graphics card. | Material3D |