Skip to content

Releases: treblereel/three4g

0.108

13 Jul 10:24
Compare
Choose a tag to compare
  • updated to r108 core components and extensions
  • In MeshPhysicalMaterial, renamed .clearCoat to .clearcoat and .clearCoatRoughness to .clearcoatRoughness
  • DRACOLoader.setDecoderPath() and DRACOLoader.setDecoderConfig() are now instance methods.
  • bugfix

0.107

12 Jul 13:01
Compare
Choose a tag to compare
  • updated to r107 core components and extensions
  • In the Texture Filter Constants, MipMap is now Mipmap. For example, THREE.LinearMipMapLinearFilter is now THREE.LinearMipmapLinearFilter.
  • Renamed WebGLRenderer.getActiveMipMapLevel() to WebGLRenderer.getActiveMipmapLevel().
  • WebGLRenderer.context has been removed. Please use WebGLRenderer.getContext() instead.
  • bugfix

0.106

11 Jul 19:44
Compare
Choose a tag to compare

updated to r105 core components and extensions
bugfix

0.105

29 Jun 20:08
Compare
Choose a tag to compare

updated to r105 core components and extensions
Renamed QuickHull to ConvexHull.
bugfix

0.104

28 Jun 18:34
Compare
Choose a tag to compare

updated to r104 core components and extensions
updated to gwt 2.9 and elelemntal2-* 1.1.0
Added new classes:
• DataTexture2DArray
• JsZip
• LightProbe
• AmbientLightProbe
• HemisphereLightProbe
• LightProbeHelper
• LightProbeGenerator

bugfix

0.103

21 Oct 16:06
Compare
Choose a tag to compare

updated to r103 core components and extensions
added SkeletonUtils

0.102

16 Oct 18:43
Compare
Choose a tag to compare

updated to r102 core components and extensions

  • Removed renderTarget and forceClear parameters from WebGLRenderer.render(). Please use .setRenderTarget() and .clear() instead before you perform the rendering. Be aware that it's now necessary to execute renderer.setRenderTarget( null ) in order to unset an active render target.
  • Removed .activeCubeFace and .activeMipMapLevel from WebGLRenderTargetCube. They are now parameters of WebGLRenderer.setRenderTarget().
  • In WebGLRenderer.setViewport() and WebGLRenderer.setScissor(), (x, y) is the coordinate of the lower left corner of the rectangular region.
  • WebGLRenderer.getSize() now requires a Vector2 argument.
  • WebGLRenderer.getCurrentViewport() now requires a Vector4 argument.

0.101

16 Feb 23:57
Compare
Choose a tag to compare

updated to r101 core components and extensions
Scene: added dispose() and isScene
bugfix

0.100

20 Jan 20:54
Compare
Choose a tag to compare

updated to r100 core components and extensions

added 3MFLoader (ThreeMFloader)
added AMFLoader
added AWDLoader
added BVHLoader
added LDrawLoader (LEGO !)
bugfix

0.99

31 Dec 14:01
Compare
Choose a tag to compare

updated to r99
removed depricated JSONLoader
Added AssimpLoader
Added AssimpJSONLoader
Added MeshMatcapMaterial
SkinnedMesh constractor: AbstractGeometry changed to BufferGeometry
bugfix