From 954e1b39e5234bc9c8f32a6cb8faa6f01555d406 Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Mon, 18 Nov 2024 16:49:57 +0800 Subject: [PATCH] d --- examplemods/arbitrary_model.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examplemods/arbitrary_model.js b/examplemods/arbitrary_model.js index aa8458c..df1461f 100644 --- a/examplemods/arbitrary_model.js +++ b/examplemods/arbitrary_model.js @@ -10,7 +10,8 @@ // Open a command prompt / terminal in eagler-binary-tools // To convert to an eaglercraft MDL, Run: java -jar EaglerBinaryTools.jar obj2mdl-1.8 MyModel.obj OutputModel.mdl true // the 'true' at the end means enable exporting UVs -// Use https://base64.guru/converter/encode/image to convert both your mdl file and png texture file into data uris +// Use https://base64.guru/converter/encode/image to convert both your mdl file and png texture file into data uris, and replace the data URIs in this file. +// change some names. (function LoadSphereModel() {