3d/html/chunk-a6d990db9d9ec9c3.js
2024-05-05 04:23:00 -04:00

16 lines
389 B
JavaScript

import {
Mesh
} from "./chunk-652b721da622b7d9.js";
// src/meshes/plane.ts
var plane_default = new Mesh({
colors: null,
faces: new Uint8Array([0, 1, 2, 0, 3, 1]),
name: "src/meshes/plane.ply",
normals: null,
positions: new Float32Array([1, -1, 0, -1, 1, 0, -1, -1, 0, 1, 1, 0]),
uvs: new Float32Array([1, 0, 0, 1, 0, 0, 1, 1]),
vertexCount: 4
});
export { plane_default };