LPMaterial
in package
Table of Contents
Properties
- $color : Vec3
- The material color
- $name : string
- The material name
- $shininess : float
- The material shininess
Methods
- __construct() : void
- Constructor
Properties
$color
The material color
public
Vec3
$color
$name
The material name
public
string
$name
$shininess
The material shininess
public
float
$shininess
Methods
__construct()
Constructor
public
__construct(string $name, Vec3 $color, float $shininess) : void
Parameters
- $name : string
- $color : Vec3
- $shininess : float