-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bumb BabylonJS version to 7.24 Remove material plugins and add custom material for polygon meshes * Replace number literals with named constants, remove commented code
- Loading branch information
1 parent
930c165
commit 593ef2b
Showing
23 changed files
with
425 additions
and
441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export const HIGHLIGHTED_STATE = 1; | ||
export const SELECTED_STATE = 2; | ||
export const COLOR_GROUPS = 32; | ||
export const MAX_CATEGORIES = 192; |
165 changes: 0 additions & 165 deletions
165
packages/core/src/tile/materials/plugins/categoricalPlugin.ts
This file was deleted.
Oops, something went wrong.
78 changes: 0 additions & 78 deletions
78
packages/core/src/tile/materials/plugins/selectionPlugin.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.