Matrix3Uniform constructor

Matrix3Uniform(
  1. dynamic name, [
  2. dynamic value
])

Implementation

Matrix3Uniform(name, [value]) : super(name, value) {
  this.value = new Matrix3();

  this.boundary = 48;
  this.itemSize = 12;
}