Matrix3Uniform constructor
Matrix3Uniform(
- dynamic name, [
- dynamic value
Implementation
Matrix3Uniform(name, [value]) : super(name, value) {
this.value = new Matrix3();
this.boundary = 48;
this.itemSize = 12;
}