Skip to content

Releases: galacean/engine

v0.5.3-alpha.7

31 Aug 12:41
Compare
Choose a tag to compare
v0.5.3-alpha.7 Pre-release
Pre-release
v0.5.3-alpha.7

v0.4.12

16 Aug 04:00
Compare
Choose a tag to compare
v0.4.12

v0.4.8

16 Jul 06:54
Compare
Choose a tag to compare
v0.4.8

v0.4.2

21 Jun 08:26
Compare
Choose a tag to compare

Bug Fixes

v0.4.0

17 Jun 08:32
Compare
Choose a tag to compare

Features

  • adjust point/spot light (#341)
    • delete decay in PointLight and SpotLight
    • light attenuation use 1- x^4 instead of (1-x)^2
    • angle define the radians from centre of spotlight where falloff begins, penumbra define the radians from falloff begins to ends
    • enhance spotlight shader in BlinnPhong and PBR
  • adjust WebGLRendererOptions's stencil default value to true (#313)
  • add SpriteMask compoment (#239)
  • redesign AmbientLight moudle (#228)
  • redesign Background moudle (#246)
  • refactor glTF Modle (#257)
  • VertexElement enhancement (#287)
  • add lerp() for Matrix and Matrix4x4 (#268)

Bug Fixes

  • fix glTF Modle bugs (#257)
    • add texture default name.
    • use texture instead of image in ITextureInfo.index.
    • process texture sampler.
    • omit gltf camera. can use in GLTFResource.cameras
    • camera.fov use radiance instead of angle.
    • add count in no-indices primitive.
    • when ISkin.skeleton is undefined, joints should transforms resolve to scene root.
    • support accessor.sparse
    • aligment with 4-byte
    • use entity instead of entity name in skin
    • material invalid name
  • fix material clone error (#306)
  • fix raycast error (#265)

v0.3.9

13 May 05:57
Compare
Choose a tag to compare

Bug Fixes

  • orthographic camera sort bug (#275) (e8302c6)
  • shader compile error

v0.3.8

07 May 09:35
Compare
Choose a tag to compare

Bug Fixes

v0.3.7

25 Apr 08:50
Compare
Choose a tag to compare

Bug Fixes

  • MeshRenderer destroy crash bug (#255) (0f1b26a)
  • destroy the engine texture residual problem (#251) (437e00c)
  • dispose WebGLBuffer and VAO after mesh destroyed (#252) (15be9f6)
  • fix sprite batcher can not remove destory resources when engine destroy (#254) (5b2746f)
  • sphereCollider raycast bug (e80d461)

Features

  • add return value for compileVariant() (#240) (22218de)
  • adjust the canvas's alpha default value to false (318b057)

v0.3.6

19 Apr 10:00
Compare
Choose a tag to compare

Bug Fixes

fix: gltf modle incomplete display error

v0.3.4

17 Apr 10:29
Compare
Choose a tag to compare

Bug Fixes