Socket
Socket
Sign inDemoInstall

zetoff-three

Package Overview
Dependencies
1
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    zetoff-three

Wrapper of Three.js and other useful libraries


Version published
Weekly downloads
17
increased by1600%
Maintainers
2
Install size
5.26 MB
Created
Weekly downloads
 

Readme

Source

zetoff-three

Wrapper of Three.js and other useful libraries

Travis build status Code Climate Test Coverage Dependency Status devDependency Status

Install

npm install --save zetoff-three

How to use it?

import THREE from 'zetoff-three';
import {ThreeBSP} from 'zetoff-three';

Includes:

  • Three.js

Loader Libraries

  • STLLoader
  • OBJLoader
  • BinaryLoader
  • SVGLoader
  • 3MFLoader

Export Libraries

  • STLBinaryExporter
  • STLExporter
  • OBJExporter

Control Libraries

  • OrbitControls
  • MouseControls
  • TrackballControls

Geometry

  • NURBSCurve
  • NURBSSurface
  • NURBSUtils
  • ThreeCSG

Contributors

You need to install three npm install three as a peer depency. I need to investigate how to better integrate with the three package in terms of dependencies. See: https://github.com/Zetoff/zetoff-three/issues/12 Another issue is that it only works when the THREE installed in the project is the same version as the one installed in this repo when the project is built. See: https://github.com/Zetoff/zetoff-three/issues/14

FAQs

Last updated on 19 Sep 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