abstract class AResourceManager abstract class AResourceManager |
|
open class Material open class Material
The Material class is where you define the visual characteristics of your 3D model. Here you can specify lighting parameters, specular highlights, ambient colors and much more. This is the place where you add textures as well. For an overview of the different types of materials and parameters visit the Rajawali Wiki. |
|
open class MaterialManager : AResourceManager open class MaterialManager : AResourceManager |