1.0.7 • Published 2 years ago

threejs-gdml-loader v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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.

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago