Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Threejs-GDML-loader

This is the GDML file loader for the new version of three.js.
Based on the work of tpmccauley.

Installation

pnpm i threejs-gdml-loader

Usage

import {GDMLLoader} from "threejs-gdml-loader"

gdmlLoader = new GDMLLoader();
gdmlLoader.load("path-to-asset", (object)=>{
    scene.add(object);
});

Demo

Demo

Tips

This version is still under development. Only simple geometry import has been tested so far.

About

Threejs .gdml model loader.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages