Skip to content

Commit

Permalink
## 2.2.1
Browse files Browse the repository at this point in the history
Minor version by [@jscastro76](https://github.com/jscastro76), some enhancements and bugs.

#### ✨ Enhancements
- #212 Allow to remove an object by name
- #211 Create an object property that changes all the materials by a color
- #169 Update to Three.js v127
  - #214 Full refactor of tb.tube
  - #215 Refactor tb.line
  - #216 Refactor tb.update
  - #217 utils.material should allow THREE.DoubleSide
  - #218 Remove CustomEvent from events
  - #219 Remove .getInverse()
  - #220 Update Loaders
  - #221 Add fflate module

#### 🪲 Bug fixes
- #222 fflate depends on a physical file

#### 📝 Documentation
- Updated [documentation](/docs/Threebox.md) (`obj.color`, `tb.removeByName`)
  • Loading branch information
jscastro76 committed Apr 3, 2021
1 parent 2511495 commit a2fb805
Show file tree
Hide file tree
Showing 23 changed files with 3,220 additions and 5,075 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,24 @@ Minor version by [@jscastro76](https://github.com/jscastro76), some enhancements
#### :sparkles: Enhancements
- #212 Allow to remove an object by name
- #211 Create an object property that changes all the materials by a color

- #169 Update to Three.js v127
- #214 Full refactor of tb.tube
- #215 Refactor tb.line
- #216 Refactor tb.update
- #217 utils.material should allow THREE.DoubleSide
- #218 Remove CustomEvent from events
- #219 Remove .getInverse()
- #220 Update Loaders
- #221 Add fflate module

#### :beetle: Bug fixes
- #222 fflate depends on a physical file

#### :pencil: Documentation
- Updated [documentation](/docs/Threebox.md) (`obj.color`, `tb.removeByName`)

- - -


## 2.2.0

Minor version by [@jscastro76](https://github.com/jscastro76), some enhancements and bugs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ npm i threebox-plugin
<br>

Only in this fork, there is a list of new features implemented on top of the amazing work from [@peterqliu](https://github.com/peterqliu/threebox/):
- Updated to Three.js v117.
- Updated to Three.js v127.
- Updated to Mapbox-gl-js v1.11.1.
- Updated to Azure Maps v2.0.31.
- [+20 examples](https://github.com/jscastro76/threebox/tree/master/examples) with all the new features.
Expand Down
3 changes: 2 additions & 1 deletion ThreeboxSolution.njsproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<Compile Include="src\objects\objects.js" />
<Compile Include="src\objects\sphere.js" />
<Compile Include="src\objects\tube.js" />
<Compile Include="src\objects\Zlib.Inflate.js" />
<Compile Include="src\three.js" />
<Compile Include="src\Threebox.js" />
<Compile Include="src\utils\constants.js" />
Expand Down Expand Up @@ -163,6 +162,7 @@
<Content Include="src\objects\extrusion.js">
<SubType>Code</SubType>
</Content>
<Content Include="src\objects\fflate.min.js" />
<Content Include="src\objects\loaders\DRACOLoader.js">
<SubType>Code</SubType>
</Content>
Expand All @@ -181,6 +181,7 @@
<TestFramework>Tape</TestFramework>
</Content>
<Content Include="tests\threebox-tests.html" />
<Content Include="worker_threads" />
</ItemGroup>
<ItemGroup>
<Folder Include="docs\" />
Expand Down
Loading

0 comments on commit a2fb805

Please sign in to comment.