Orillusion Versions Save

Orillusion is a pure Web3D rendering engine which is fully developed based on the WebGPU standard.

v0.7.2

3 months ago

0.7.2 (2024-01-26)

Bug Fixes

  • duplicated class name (#341) (fe73994)
  • Fix the error caused by removing the Sky Box. (#344) (b02c85a)
  • Fix turning shadows on and off for Materials and MeshRenderers (#343) (6858cc0)
  • gltfParser: Fixed some model indices parsing errors (#354) (9714d6e)
  • media-extention: fix get/set baseColor (c6c5526)
  • physics: fix new build with Ammo (bba64a1)
  • Shadow of double side materials. (#337) (e4004e7)
  • shadow: copy texture to texture error (#339) (6fea86a)
  • SkeletonAnimation: skeleton animation parser (#353) (10ee99e)

Features

Performance Improvements

  • build: use esnext as build target (2fc6f27)
  • Use pixelRatio from UIPanel. (#338) (03529da)

v0.7.1

6 months ago

0.7.1 (2023-11-14)

Bug Fixes

  • Auto sort transparent renderers. (#318) (5becdc4)
  • fix: load gltf sample
  • fix: fix grass sample
  • fix: fix media-extention material
  • fix: fix post sample resize bug
  • fix: fix csm shadow
  • fix: Cancel automatic resizing of rendertexture in GI
  • fix: Wrong offset for bloom
  • fix: reduce texture sample times
  • fix: texture Count Exceeded the maximum limit of 7

Features

  • engine: enable gpu attachments texture auto resize
  • graphic: add new graphic samples
  • sample: update physics car sample (#327) (e09b243)

v0.7.0

6 months ago

0.7.0 (2023-11-01)

Bug Fixes

Features

  • add graphic bath mesh (#319) (7df4f95)
  • audio: move audio to @orillusion/media-extension (166d286)

v0.6.9

8 months ago

0.6.9 (2023-09-06)

Bug Fixes

  • webgpu: fix latest WGSL error
  • canvas: fix external canvas style (#284) (bb89a68), closes #283
  • fix renderer (#281) (1f66ee8)
  • GUI: UITransform will be updated correctly (#288) (7a30945)
  • Octree: Improve Octree's sample (#289) (1321153)
  • component: fix component life cycle (b273ab4)
  • particle: fix particle material depth bug (f3f1b20)
  • WorldPanel: fix worldPanel depth compareFun (592b643)
  • bloom: fix bloom uniform data offset (39819ee)
  • gtao: Reduce threshold of dot gtao. (494b827)

Features

  • wasm: update matrix by WASM (#292) (2c8e8ab)
  • csm: add feature of Cascaded Shadow Map (#286) (d798bd2)
  • material: use new material framework (5111699)
  • pipelinePool: add pipeline shader share (c88b687)
  • add log z depth (520b2bb)
  • add transform depth order (bf40831)
  • fadeout csm shadow far away (bf30fe7)

BREAKING CHANGES

  • material: MaterialBase has beed renamed to Material, also need to implement get/set for baseMap for custom materials
  • shadow: drop shadowBias, shadowNear, shadowFar options in shadow settings, values will be calculated automatically
  • Bloom: add new exposure option in Bloom settings

v0.6.8

9 months ago

0.6.8 (2023-08-10)

Bug Fixes

  • entity: change number children(#279) (f066490)
  • material: fix uniformNode not update (#268) (23db052)
  • hoverContoller: opt maxDistance (8cd1498)
  • UniformNode: Fix error of Uniform data(number) (#276) (09266a6)

Features

  • godRay: Add feature of GodRay post. (#277) (1aa2a85)
  • octree: Use octree to Filter the scene tree (#275) (f30a2ae)

v0.6.7

9 months ago

0.6.7 (2023-07-28)

Bug Fixes

Features

Performance Improvements

  • BoundingBox: add isBoundChange tag to Entity (#257) (70ece43)

v0.6.6

10 months ago

0.6.6 (2023-06-28)

Bug Fixes

  • collider: Fix error of component deconstruction (#236) (7b6d356)
  • loader: fix unnecessary copy #233 (#235) (7ad1581)
  • material: Complete data for cloned shaders (#226) (fb7aa97)
  • Matrix4: Fix matrix calculation error of lookAt (#231) (a1617f6)
  • OrbitController: limit zoom speed (13608a8)
  • skyLight: change all AtmosphericComponent of samples (#239) (2050e54)

Features

  • geometry: Add extrude geometry feature (#225) (1cb5d50)
  • GUI: New feature of scissor the GUI content. (#219) (722abe1)
  • RelativeSky: Relative sky to sunlight (#237) (3664c8b)

Performance Improvements

  • globalFog: Optimize the fog effect to add fog color to the ambi… (#223) (fab97a5)

v0.6.5

11 months ago

0.6.5 (2023-06-12)

Features

v0.6.4

11 months ago

0.6.4 (2023-06-06)

Bug Fixes

Features

v0.6.3

11 months ago

0.6.3 (2023-05-30)

Bug Fixes

Features