zlatnaspirala / matrix-engine-plugins

First feature is 2d plane vertex text typo exported from blender.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matrix-engine-plugins

Status operative

Plugins structure:

  • Aceess folders represent scripting , data folder containe data files (any).
 ├── matrix-fonts/           (Category)
 |   ├── 2dPlaneFont/
 |       ├── access/
 |       └── data/
 |   ├── 2dUVPlaneFont/
 |       ├── access/
 |       └── data/

Plugin 2d plane

obj text typo export from default blender text.

How to use it intro matrix-engine projects:

Install:

npm i matrix-engine-plugins

Import:

import { planeFont, planeUVFont } from "matrix-engine-plugins";

Load single char

var font = new planeUVFont();
font.loadChar(matrixEngine.OBJ, "s", "headerTitle");

font.charLoaded = (obj) => {
  // Loaded
};

Credits & Licences

About

First feature is 2d plane vertex text typo exported from blender.

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 97.4%Language:HTML 2.6%