Skip to content

Tags: genric/three.js

Tags

r64

Toggle r64's commit message

r63

Toggle r63's commit message

r62

Toggle r62's commit message

r61

Toggle r61's commit message

r60

Toggle r60's commit message

r59

Toggle r59's commit message
Editor: Fixed issue in TransformControls that disabled the controls w…

…hen deleting an object while rollovering it.

r58

Toggle r58's commit message
Docs: Texture page written by @erich666.

r57

Toggle r57's commit message
Reverting to Object.prototype = { pattern. Only using it on the metho…

…ds that really need it.

Misteriously when using the latest version of the lib on the project I'm working on I'm getting this error:
> Uncaught TypeError: Object [object Object] has no method 'set'
This is caused when THREE.UniformsLib.common.diffuse initialises a THREE.Color (THREE.Color.set() seems to be undefined then).
For some reason this only happens when I load Box2D before three.js. If I load it after is all good. But this fixes the problem too.
/ping @bhouston

r56

Toggle r56's commit message
ColladaLoader: Removed positions scaled as suggested in mrdoob#3106.

r55

Toggle r55's commit message
Fixed bug where last group in OBJ was not added.