inochi2d.core.mesh

Inochi2D Meshes

Members

Aliases

vtx_t
alias vtx_t = vec3
Undocumented in source.
vtx_t
alias vtx_t = vec2
Undocumented in source.

Classes

DeformedMesh
class DeformedMesh

A mesh which recieves deformation data from the outside.

Mesh
class Mesh

A collection of points connected to create a mesh.

Functions

getBounds
rect getBounds(T[] mesh)

Calculates bounding box of a mesh.

Structs

MeshData
struct MeshData

Mesh data as stored in Inochi2D's file format.

VtxData
struct VtxData

Vertex Data that gets submitted to the GPU.

Meta

Authors

Luna Nielsen