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

Release 2.0.0-beta.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@nartc nartc released this 04 Dec 05:44
· 971 commits to main since this release

2.0.0-beta.10 (2021-12-04)

Features

  • add and adjust generators (5e1a34c)
  • cannon: add Constraint controller (d47f189)
  • cannon: add constraints (a5403da)
  • cannon: add constraints generator (9444d98)
  • cannon: add Debug (ebffbc1)
  • cannon: add generator for bodies (de9dafe)
  • cannon: add physic bodies (7d947fc)
  • cannon: add physicbody (1770faa)
  • cannon: add physics store (b85bf6b)
  • cannon: clean up debug 2ndentry point (fad35da)
  • cannon: init cannon lib (a8e48e2)
  • cannon: move bodies to body (b4fb48f)
  • cannon: move debug in cannon lib (f25156b)
  • cannon: port web worker and models (c60cf1c)
  • cannon: remove Debug as a 2nd entry point (976d590)
  • cannon: working (acd4611)
  • core: add attributes (7b8b82e)
  • core: add attributes generator (cf41a01)
  • core: add audio and controllers generators (6f483db)
  • core: add audios and update controllers (a8df7ca)
  • core: add cameras (56fcaaf)
  • core: add cameras generator (1cc074a)
  • core: add ColorPIpe (cd9f8b7)
  • core: add controls to store (8444d57)
  • core: add core (beab7a1)
  • core: add curves (e256044)
  • core: add curves generator (1e83dd1)
  • core: add geometries (2962b8c)
  • core: add geometries generator (2f5a100)
  • core: add helpers (c7e745d)
  • core: add helpers generator (99aada2)
  • core: add lights and update controllers (8269383)
  • core: add lights generator (2389acb)
  • core: add lines (d5e83c4)
  • core: add lines generator (27fe761)
  • core: add materials (29e9627)
  • core: add materials generator (34e229a)
  • core: add MathPipe (d095dee)
  • core: add NGT_IS_WEBGL_AVAILABLE token (1d6e4bc)
  • core: add primitive (8aa055c)
  • core: add sprites (4e7121d)
  • core: add sprites generator (bcbc94a)
  • core: add textures (e2adf00)
  • core: add textures generator (5409e7a)
  • core: add vector pipes (3f9172f)
  • core: adjust controllers (47f708d)
  • core: init three generator (bf1c6b2)
  • core: ready to start core generators (7adf33d)
  • core: rework core stores/services (eaef129)
  • core: separate material and geometry into controller (5bac610)
  • postprocessing: add postprocessing (4635d17)
  • postprocessing: add postprocessing (ebc5742)
  • postprocessing: add simple effects (48812fb)
  • postprocessing: handle blendFunction correctly in simple effect generator (16a128a)
  • rerun object3d generator (7203ff7)
  • soba: add all soba shapes shortcut for THREE core (examples are missing) (31afcbf)
  • soba: add GizmoHelper (857e598)
  • soba: add GizmoViewcube (8672493)
  • soba: add GLTF and Texture loaders (8733e17)
  • soba: add OrbitControls (8940891)
  • soba: add shapes and extender (c50e79f)
  • soba: init soba (33a7e24)
  • soba: soba shapes generator (4d75383)
  • storybook: add Storybook (f00775b)

Bug Fixes

  • add gizmo-helper and orthographic from soba to object-3d template (5e7baad)
  • cannon: ensure objectInputs changes start the pipeline (5723649)
  • cannon: import propsToBody with allowJs (2446d59)
  • cannon: init in contentInit (7aed7e0)
  • core: add controls to canvasStore (dd335db)
  • core: add input to instanced mesh to pass in the count (9437e5f)
  • core: adjust controllers generator (a4d8e4e)
  • core: change wheel events to passive:false to prevent errors from OrbitControls (c6c44df)
  • core: check for null value in applyProps (b8b03a4)
  • core: check null for updateMatrix before calling (29a88c7)
  • core: include pipes in CoreModule (61762a4)
  • core: loosen dispose type on object3dinputs (83da907)
  • core: make private functions in stores truly private (01cb201)
  • core: make sure intensity is default to 1 (fc2499e)
  • core: move frames to loopService instead of Store (c0b34f9)
  • core: move NGT_OBJECT_TYPE tokens to a file (7272c5c)
  • core: relaxing dispose type on object3dprops (085ef3a)
  • core: remove null union from DI (53d0187)
  • core: run object3d init in afterContentInit after content has resolved (5dd4194)
  • core: test soba-box (91f8680)
  • core: update controllers generator to reflect manual changes (0b855ee)
  • soba: adjust strict template (9da9d53)
  • soba: assign enableDamping to OrbitControls (4944b06)
  • soba: extends OrthographicCamera with SobaExtender and propagate ready/animateReady (ee56d8b)
  • soba: remove animateReady from inline mesh in shape (9d686db)
  • soba: run ready outside of Zone (04faf45)

Documentations