Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created May 8, 2020 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushpot1125/da098c525ba8cd05c3085fa8b4aa4602 to your computer and use it in GitHub Desktop.
Save flushpot1125/da098c525ba8cd05c3085fa8b4aa4602 to your computer and use it in GitHub Desktop.
// Import model (added by Limes)
import {ImportModel} from './ImportModel.js';
const meshName ="";
const rootURLPath ="../assets/";
const fileName="slider_rail.glb";
ImportModel.importMeshModel(meshName,rootURLPath,fileName,scene);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment