Type alias TGeometryArgs

TGeometryArgs: {
    indices: Uint16Array;
    normal: Float32Array;
    position: Float32Array;
    texcoord: Float32Array;
}

Type declaration

  • indices: Uint16Array
  • normal: Float32Array
  • position: Float32Array
  • texcoord: Float32Array

Generated using TypeDoc