Modernize project
This commit is contained in:
@@ -42,11 +42,11 @@ export interface VertexBufferWriteArrayProps {
|
||||
}
|
||||
|
||||
export interface VertexBufferWriteTypedArrayProps {
|
||||
readonly position?: Float32Array;
|
||||
readonly texCoord?: Float32Array;
|
||||
readonly lightTexCoord?: Float32Array;
|
||||
readonly normal?: Float32Array;
|
||||
readonly tangent?: Float32Array;
|
||||
readonly position?: Float32Array<ArrayBuffer>;
|
||||
readonly texCoord?: Float32Array<ArrayBuffer>;
|
||||
readonly lightTexCoord?: Float32Array<ArrayBuffer>;
|
||||
readonly normal?: Float32Array<ArrayBuffer>;
|
||||
readonly tangent?: Float32Array<ArrayBuffer>;
|
||||
}
|
||||
|
||||
export class VertexBuffer {
|
||||
|
||||
Reference in New Issue
Block a user