New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

three-dolphin-geometry-loader

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-dolphin-geometry-loader

loads a sick three.js dolphin geometry

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

three-dolphin-geometry-loader

uses three-stl-loader and rusty smith's dolphin.stl to load a sick dolphin-shaped THREE.BufferGeometry

install

npm i --save three-dolphin-geometry-loader

usage

var THREE = require('three')
var loader = require('./three-dolphin-geometry-loader')(THREE)

...

loader(function (geometry) {
  var material = new THREE.MeshNormalMaterial()
  var dolphin = new THREE.Mesh(geometry, material)
  scene.add(dolphin)
})

lol

Keywords

dolphin

FAQs

Package last updated on 15 Mar 2016

Did you know?

Socket

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