Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/model.ts

A framework for Beat Saber map scripting.
Latest
import * as remapper from "https://deno.land/x/remapper@3.1.2/src/model.ts";

Functions

Get the anchor offset for an object based on various transforms.

Debug the transformations necessary to fit an object to a cube. Use the axis indicators to guide the process.

Get the objects from a .rmmodel, caches data if model hasn't changed.

Interfaces

The data type used by ModelScene to define objects.

Type Aliases

Allowed inputs for the "animate" method in ModelScene.

Input options for the "animate" method in a ModelScene.

Objects that are allowed to be spawned with a ModelScene.

Allowed options for providing data to a ModelScene.

Allowed inputs for the "static" method in ModelScene.

Input options for the "static" method in a ModelScene.