Skip to content

Commit c55a541

Browse files
committed
Init
0 parents  commit c55a541

File tree

1,059 files changed

+88738
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,059 files changed

+88738
-0
lines changed

.gitattributes

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
###############################################################################
2+
# Set default behavior to automatically normalize line endings.
3+
###############################################################################
4+
* text=auto
5+
6+
###############################################################################
7+
# behavior for image files
8+
#
9+
# image files are treated as binary by default.
10+
###############################################################################
11+
*.jpg binary
12+
*.png binary
13+
*.gif binary
14+
*.bmp binary
15+
*.bin binary
16+
*.gltf binary
17+
18+
###############################################################################
19+
# diff behavior for common document formats
20+
#
21+
# Convert binary document formats to text before diffing them. This feature
22+
# is only available from the command line. Turn it on by uncommenting the
23+
# entries below.
24+
###############################################################################
25+
#*.doc diff=astextplain
26+
#*.DOC diff=astextplain
27+
#*.docx diff=astextplain
28+
#*.DOCX diff=astextplain
29+
#*.dot diff=astextplain
30+
#*.DOT diff=astextplain
31+
#*.pdf diff=astextplain
32+
#*.PDF diff=astextplain
33+
#*.rtf diff=astextplain
34+
#*.RTF diff=astextplain

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.idea
2+
.DS_Store
3+
.vscode
4+
node_modules
5+
*.log
6+
.awcache
7+
dist
8+
**/lib/*
9+
.rpt2_cache
10+
package-lock.json
11+
demo/assets/documents
12+
demo/pages/document/config.ts

.gitmodules

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[submodule "materials"]
2+
path = materials
3+
url = [email protected]:hiloteam/seinjs-materials.git
4+
[submodule "Hilo3d"]
5+
path = Hilo3d
6+
url = [email protected]:hiloteam/Hilo3d.git
7+
[submodule "extensions/Audio"]
8+
path = extensions/Audio
9+
url = [email protected]:hiloteam/seinjs-audio.git
10+
[submodule "extensions/CameraControls"]
11+
path = extensions/CameraControls
12+
url = [email protected]:hiloteam/seinjs-camera-controls.git
13+
[submodule "extensions/DebugTools"]
14+
path = extensions/DebugTools
15+
url = [email protected]:hiloteam/seinjs-debug-tools.git
16+
[submodule "extensions/DomHUD"]
17+
path = extensions/DomHUD
18+
url = [email protected]:hiloteam/seinjs-dom-hud.git
19+
[submodule "extensions/GPUParticleSystem"]
20+
path = extensions/GPUParticleSystem
21+
url = [email protected]:hiloteam/seinjs-gpu-particle-system.git
22+
[submodule "extensions/GUI"]
23+
path = extensions/GUI
24+
url = [email protected]:hiloteam/seinjs-gui.git
25+
[submodule "extensions/ReactHUD"]
26+
path = extensions/ReactHUD
27+
url = [email protected]:hiloteam/seinjs-react-hud.git
28+
[submodule "extensions/PostProcessingSystem"]
29+
path = extensions/PostProcessingSystem
30+
url = [email protected]:hiloteam/seinjs-post-processing-system.git

0 commit comments

Comments
 (0)