All Projects → sohamkamani → Three Object Loader

sohamkamani / Three Object Loader

[DEPRECATED] NodeJS wrapper for Three.js' OBJLoader function

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Three Object Loader

Nn Svg
Publication-ready NN-architecture schematics.
Stars: ✭ 805 (+2496.77%)
Mutual labels:  threejs
Wagner
Effects composer for three.js
Stars: ✭ 930 (+2900%)
Mutual labels:  threejs
Three.js Pathtracing Renderer
Real-time PathTracing with global illumination and progressive rendering, all on top of the Three.js WebGL framework. Click here for Live Demo: https://erichlof.github.io/THREE.js-PathTracing-Renderer/Geometry_Showcase.html
Stars: ✭ 872 (+2712.9%)
Mutual labels:  threejs
Harp.gl
harp.gl - web map rendering engine
Stars: ✭ 828 (+2570.97%)
Mutual labels:  threejs
Threef.js
three.js addon, to produce almost infinite many time-varying geometries / buffer geometries with functions (cylindrical coordinates)
Stars: ✭ 19 (-38.71%)
Mutual labels:  threejs
Earth Defender
🚀 A distributed soft real-time 3D single/multiplayer game build with Erlang/OTP and Three.js
Stars: ✭ 7 (-77.42%)
Mutual labels:  threejs
Aframe Extras
Add-ons and helpers for A-Frame VR.
Stars: ✭ 722 (+2229.03%)
Mutual labels:  threejs
Bimserver Nodejs
OpenSouce BIMServer NodeJs
Stars: ✭ 28 (-9.68%)
Mutual labels:  threejs
Speckleviewer
⚠️ deprecated; viewer is now integrated in https://github.com/speckleworks/SpeckleAdmin
Stars: ✭ 23 (-25.81%)
Mutual labels:  threejs
Encom Globe
🌎 WebGL globe based on the boardroom scene from Tron: Legacy
Stars: ✭ 872 (+2712.9%)
Mutual labels:  threejs
Jeelizweboji
JavaScript/WebGL real-time face tracking and expression detection library. Build your own emoticons animated in real time in the browser! SVG and THREE.js integration demos are provided.
Stars: ✭ 835 (+2593.55%)
Mutual labels:  threejs
Webxr Physics
Adds physics to WebXR
Stars: ✭ 18 (-41.94%)
Mutual labels:  threejs
React Planner
✏️ A React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.
Stars: ✭ 846 (+2629.03%)
Mutual labels:  threejs
Wave Simulator
A graphical 3D simulation of the wave and heat equations
Stars: ✭ 5 (-83.87%)
Mutual labels:  threejs
3d Box Shot Maker
Free tool to generate 3D box shots for your online products.
Stars: ✭ 20 (-35.48%)
Mutual labels:  threejs
Snapchat Clone
👻 A SnapChat clone built with React, Redux and Typescript. Styled with SASS. Tested with Cypress, Jest and Enzyme. Linted with Eslint and formatted with Prettier!
Stars: ✭ 770 (+2383.87%)
Mutual labels:  threejs
Ballanceonline Demo
A web version of Ballance, using Three.js and Ammo.js
Stars: ✭ 26 (-16.13%)
Mutual labels:  threejs
3d Snake
一个基于threejs的3d贪吃蛇游戏
Stars: ✭ 28 (-9.68%)
Mutual labels:  threejs
Expo Chroma Key Camera
Live green-screen effect with Expo and THREE.js
Stars: ✭ 28 (-9.68%)
Mutual labels:  threejs
3dsnakegame
A 3D Snake game with THREE.js
Stars: ✭ 12 (-61.29%)
Mutual labels:  threejs

three-object-loader Build Status Coverage Status

NodeJS wrapper for Three.js' OBJLoader function

By default, Three.js does not have OBJLoader built in. This is a NodeJS wrapper for the OBJLoader library so that it can be used with npm in systems using browserify, webpack, etc.

Install

$ npm install --save three-obj-loader

Usage

var THREE = require('three');
var OBJLoader = require('three-obj-loader');
OBJLoader(THREE);

console.log(typeof THREE.OBJLoader);
//=> 'function'

License

MIT © sohamkamani

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].