Plugins structure:
- Aceess folders represent scripting , data folder containe data files (any).
├── matrix-fonts/ (Category) | ├── 2dPlaneFont/ | ├── access/ | └── data/ | ├── 2dUVPlaneFont/ | ├── access/ | └── data/
import BlenderAssetsMEPlugins
obj text typo export from default blender text.
npm i matrix-engine-plugins
import { planeFont, planeUVFont } from "matrix-engine-plugins";
var font = new planeUVFont();
font.loadChar(matrixEngine.OBJ, "s", "headerTitle");
font.charLoaded = (obj) => {
// Loaded
};
- Blender 3d software
- Gimp
- Shader used from https://www.shadertoy.com/view/lcfXD8