Socket
Socket
Sign inDemoInstall

minecraft-three-model

Package Overview
Dependencies
16
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    minecraft-three-model

This module is a rewrite version of https://github.com/vberlier/json-model-viewer


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Install size
17.2 MB
Created
Weekly downloads
 

Readme

Source

Minecraft Threejs Model

This module is a rewrite version of https://github.com/vberlier/json-model-viewer

This module is not as completed as the orignial one. It only provide the threejs model.

This module is highly depended on the module minecraft-resource-manager

Maybe the advantage of this module is that it provides the definitions of common Minecraft model structure. Hope this will save your brain.

Usage

const manager: ResourceManager;
const loader = new ThreeModelLoader(manager);

loader.load('block/stone')
    .then((threeModel) => {
        // do sth to this three model...
    })

FAQs

Last updated on 22 Jul 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc