0.0.2 • Published 2 years ago

meshbaker v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Mesh Baker

A small library to bake skinned meshes

This is currently NOT production ready. Unless you are deving on it or are an elite coder looking to read through some example bake code, this will not do anything for you.

Quick Start (library)

npm install meshbaker

Quick Start

# Install dependencies with legacy peer deps flag to ignore React errors
npm install --legacy-peer-deps
npm run dev

# Or just use yarn
yarn install
yarn run dev