|
SO3Engine
|
SO3::ALMatInfo Struct Reference
Contain basic information about a material. More...
#include <ALMaterial.h>
Public Attributes | |
| std::string | name |
| float | opacity |
| float | shininess |
| float | reflectivity |
| bool | isTwoSided |
| bool | isWire |
| bool | isVertexColor |
Detailed Description
Contain basic information about a material.
Definition at line 24 of file ALMaterial.h.
Member Data Documentation
◆ isTwoSided
| bool SO3::ALMatInfo::isTwoSided |
Definition at line 32 of file ALMaterial.h.
◆ isVertexColor
| bool SO3::ALMatInfo::isVertexColor |
Definition at line 34 of file ALMaterial.h.
◆ isWire
| bool SO3::ALMatInfo::isWire |
Definition at line 33 of file ALMaterial.h.
◆ name
| std::string SO3::ALMatInfo::name |
Definition at line 26 of file ALMaterial.h.
◆ opacity
| float SO3::ALMatInfo::opacity |
Definition at line 28 of file ALMaterial.h.
◆ reflectivity
| float SO3::ALMatInfo::reflectivity |
Definition at line 30 of file ALMaterial.h.
◆ shininess
| float SO3::ALMatInfo::shininess |
Definition at line 29 of file ALMaterial.h.
The documentation for this struct was generated from the following file:
- include/SO3SceneLoader/ALMaterial.h
Generated by