Mesh

#import Rendering.3D.Mesh;
@todo:

A module for handling and drawing meshes to a window

Functions


mesh(string)

@todo:
create :: mesh(path : string)

Creates a new mesh object from a file

Arguments

path
string
The path to the mesh file

Returns:

The newly created mesh object

Structs


mesh

@todo:

A data type that holds information related to a 3D mesh

Methods:

mesh.load(string)

@todo:
load :: (path : string)

Loads in mesh data from a file, overwriting any previously loaded data

Arguments

path
string
The path to the mesh file