Extends
- Omit
Members
texture Texture
The texture to use on the plane.
The number of vertices in the x-axis
The number of vertices in the y-axis
Constructor options used for MeshPlane
instances.
const meshPlane = new MeshPlane({
texture: Texture.from('snake.png'),
verticesX: 20,
verticesY: 20,
});
The texture to use on the plane.
The number of vertices in the x-axis
The number of vertices in the y-axis