Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Releases: nartc/angular-three

Release 2.0.0-beta.0

17 Nov 15:45
Compare
Choose a tag to compare
Release 2.0.0-beta.0 Pre-release
Pre-release

2.0.0-beta.0 (2021-11-17)

Features

  • cannon: add and generate bodies (0f57684)
  • cannon: add box and plane (12f3158)
  • cannon: add NgtBody (8120521)

Bug Fixes

  • cannon: expose makeTriplet (6786dbd)
  • cannon: remove unused params (fa101a7)
  • core: expose Object3dProps and add alpha to canvas (42c197c)
  • core: remove self import (a8f0333)

Documentations

  • add initial readme to all packages (6faac0b)
  • docs: add physics demo (8f83434)

Release 1.0.0-beta.47

16 Nov 05:45
Compare
Choose a tag to compare
Release 1.0.0-beta.47 Pre-release
Pre-release
  • ci: adjust build script (11d4a3f)

Release 1.0.0-beta.46

16 Nov 05:21
Compare
Choose a tag to compare
Release 1.0.0-beta.46 Pre-release
Pre-release

1.0.0-beta.45 (2021-11-16)

Features

  • add object 3d controller generator (83c195e)
  • add pass generator (d87b9bb)
  • add three generator (36ad852)
  • cannon: add physics directive (wip) (d6ff318)
  • cannon: init cannon lib (aa3ebab)
  • controls: add controls and testing out generator (d02c7ce)
  • controls: generate all controls (db7637f)
  • core: add abstracts (abca9b5)
  • core: add Audio (7f4eda7)
  • core: add CanvasComponent (c423223)
  • core: add CanvasComponent and setup abstract componentStore (cbf80f8)
  • core: add component stores (3afb6a1)
  • core: add core (d34e496)
  • core: add Cube Camera (8c2c461)
  • core: add Group (5dc8f38)
  • core: add LOD (06b928f)
  • core: add Mesh (91ae4cf)
  • core: add models (1792a28)
  • core: add more examples meshes (5cffc38)
  • core: add Points (5074703)
  • core: add primitive (f4ca383)
  • core: add Scene (f44117a)
  • core: add services (1ba1092)
  • core: add Stats (3754f87)
  • core: add util directives and pipes (9b29d39)
  • core: generate all core entities (fdaf072)
  • core: generate object 3d controller (ff9c1e0)
  • core: port r3f events (5f61884)
  • postprocessing: add abstract pass (54adeae)
  • postprocessing: add abstract Pass and EffectComposer (6bd9259)
  • postprocessing: generate passes (de01a06)
  • postprocessing: init postprocessing (7d5a0f8)

Bug Fixes

  • adjust core template (2d286b2)
  • core: add camera abstract (20bb11c)
  • core: add InterleavedBufferAttribute to NgtAttribute (20d3dbf)
  • core: adjust events util (from r3f) to work with Angular (0bcb9cb)
  • core: adjust public api of Audio (162d11e)
  • core: change NgtLine to NgtCommonLine (0b3ddd7)
  • core: initialize the store state with default values (b19b612)
  • core: make sure to set interaction correctly based on observed events (5bdb306)
  • core: rename AudioModule to NgtAudioModule (d9ff581)
  • core: rename camera to cameras (de472cc)
  • core: rename mesh to meshes (39d3706)
  • core: rename sprite to common sprite (d023df8)
  • core: run animatiosn changed effect to update the animations callbacks (dc32dcd)
  • handle comma in packageJson (f4f1557)
  • handle packageJson for umd ids (bec9108)
  • regenerate (22c31e9)
  • remove line examples (0e3c5ba)

Documentations