Open Class Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
godotClassName
GLTFSpecGloss.swift:12override class var godotClassName: StringName { get }
Overrides
Other members in extension
Instance members
var diffuseFactor: Color
The reflected diffuse factor of the material.
var diffuseImg: Image?
The diffuse texture.
var glossFactor: Double
The glossiness or smoothness of the material.
var specGlossImg: Image?
The specular-glossiness texture.
var specularFactor: Color
The specular RGB color of the material. The alpha channel is unused.