FullscreenTriangleGeometry constructor

FullscreenTriangleGeometry()

Implementation

FullscreenTriangleGeometry():super() {
	this.setAttributeFromString( 'position', Float32BufferAttribute.fromList( [ -1, 3, 0, -1, -1, 0, 3, -1 , 0 ], 3 ) );
	this.setAttributeFromString( 'uv', Float32BufferAttribute.fromList( [ 0,2,0, 0,2,0 ], 2 ) );
    this.name = "FullScreenQuadGeometry";
  }