Companion

object Companion

Functions

Link copied to clipboard
fun fromObjFile(objFileNameWithoutExtension: String): ArrayList<ArModel>

Loads a 3D model from an OBJ file and returns a list of ArModel objects.

Link copied to clipboard

Creates an arrow with customizable properties.

Link copied to clipboard
fun makeCube(colors: Array<EvsColor> = arrayOf( EvsColor.Orange, EvsColor.Red, EvsColor.Green, EvsColor.Blue, EvsColor.White, EvsColor.Cyan )): ArModel

Creates a cube with specified colors for its faces.

Link copied to clipboard

Creates a star with random radius, position, and color.