-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
190 changed files
with
93,807 additions
and
724 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
xeokit SDK V3 is built on the insights gained from V2 and previous WebGL-based libraries developed by xeolabs. | ||
|
||
## Model-View Separation | ||
|
||
In xeokit V2, the renderer and the scene are intertwined within the same classes, lacking a clear separation between | ||
model and view. | ||
|
||
In xeokit V3, this separation is established, making the scene model independent of the viewer that renders it. This | ||
allows the scene model to be used for purposes other than rendering, such as serving as an intermediate document model | ||
in tools that convert between file formats. | ||
|
||
Additionally, this separation enables various rendering implementations. The viewer is further modularized, with its use | ||
of the underlying graphics API (e.g., WebGL) implemented as a pluggable strategy. This strategy can be adapted for | ||
WebGL, WebGPU, or other technologies. | ||
|
||
## Less Convenience Logic | ||
|
||
### Single responsibility hueristic | ||
|
||
In xeokit V3, we avoid adding convenience logic to classes. For instance, while a Mesh in V2 had a matrix property along | ||
with rotation, translation, and scale properties, in V3, a Mesh has only a matrix property. In V2, the scale, | ||
translation, and Euler rotation properties were combined in a specific order to construct the matrix. Although this | ||
approach is less convenient for the application developer, it offers greater flexibility by allowing the developer to | ||
define the matrix in various ways, such as using a quaternion instead of Euler angles. | ||
|
||
## TypeScript | ||
|
||
|
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,5 @@ | ||
# Glossary | ||
--- | ||
|
||
## AABB | ||
|
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,157 @@ | ||
[ | ||
{ | ||
"key": "AABB", | ||
"title": "Axis-Aligned Bounding Box", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "LAS", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "LAZ", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "XKT", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "XGF", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "IFC", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "glTF", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "DotBIM", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "OBJ", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "ifc2gltf", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "ifc2gltf2xgf", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "datatex", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "SDK", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
}, | ||
{ | ||
"key": "", | ||
"title": "", | ||
"desc": "" | ||
} | ||
] |
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 @@ | ||
.DS_Store | ||
/node_modules | ||
/book/_book | ||
/build |
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,5 @@ | ||
excludeInFileChooser = "{$excludeInFileChooser,_book,node_modules}" | ||
excludeInFolderSearch = "{$excludeInFolderSearch,_book,node_modules}" | ||
|
||
fileBrowserGlob = "{$fileBrowserGlob,.bookignore}" | ||
include = "{$include,.bookignore}" |
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,3 @@ | ||
source 'https://rubygems.org' | ||
gem 'aws-sdk', '~>1.53' | ||
gem 'git', '~>1.2' |
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,20 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
aws-sdk (1.63.0) | ||
aws-sdk-v1 (= 1.63.0) | ||
aws-sdk-v1 (1.63.0) | ||
json (~> 1.4) | ||
nokogiri (>= 1.4.4) | ||
git (1.2.9.1) | ||
json (1.8.2) | ||
mini_portile (0.6.2) | ||
nokogiri (1.6.6.2) | ||
mini_portile (~> 0.6.0) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
aws-sdk (~> 1.53) | ||
git (~> 1.2) |
Oops, something went wrong.