-
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.
0 parents
commit cbb4e15
Showing
1,518 changed files
with
1,443,828 additions
and
0 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,18 @@ | ||
.* | ||
package.json | ||
package-lock.json | ||
yarn-lock.json | ||
build.json | ||
export | ||
tsconfig.json | ||
tslint.json | ||
node_modules | ||
*.ts | ||
*.tsx | ||
Dockerfile | ||
dist | ||
README.md | ||
*.blend | ||
*.fbx | ||
*.zip | ||
*.rar |
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,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto |
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,21 @@ | ||
FROM node:10 | ||
|
||
# Create app directory | ||
WORKDIR /usr/src/app | ||
|
||
RUN npm install --global decentraland@next | ||
|
||
# Install app dependencies | ||
# A wildcard is used to ensure both package.json AND package-lock.json are copied | ||
# where available (npm@5+) | ||
COPY package*.json ./ | ||
|
||
RUN npm install | ||
# If you are building your code for production | ||
# RUN npm install --only=production | ||
|
||
# Bundle app source | ||
COPY . . | ||
|
||
EXPOSE 8000 | ||
CMD [ "npm", "start", "--", "--ci" ] |
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,2 @@ | ||
# DCL-Land-1 | ||
Decentraland Parcel -150,-143 |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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,155 @@ | ||
{ | ||
"accessors": [ | ||
{ | ||
"bufferView": 0, | ||
"componentType": 5126, | ||
"count": 406, | ||
"type": "VEC2" | ||
}, | ||
{ | ||
"bufferView": 1, | ||
"componentType": 5126, | ||
"count": 406, | ||
"type": "VEC3" | ||
}, | ||
{ | ||
"bufferView": 2, | ||
"componentType": 5126, | ||
"count": 406, | ||
"type": "VEC4" | ||
}, | ||
{ | ||
"bufferView": 3, | ||
"componentType": 5126, | ||
"count": 406, | ||
"type": "VEC3", | ||
"max": [ | ||
0.02128091, | ||
0.06284806, | ||
0.0138090011 | ||
], | ||
"min": [ | ||
-0.02128091, | ||
-4.773855E-05, | ||
-0.013809 | ||
] | ||
}, | ||
{ | ||
"bufferView": 4, | ||
"componentType": 5123, | ||
"count": 2046, | ||
"type": "SCALAR" | ||
} | ||
], | ||
"asset": { | ||
"generator": "glTF Tools for Unity", | ||
"version": "2.0" | ||
}, | ||
"bufferViews": [ | ||
{ | ||
"buffer": 0, | ||
"byteLength": 3248 | ||
}, | ||
{ | ||
"buffer": 0, | ||
"byteOffset": 3248, | ||
"byteLength": 4872 | ||
}, | ||
{ | ||
"buffer": 0, | ||
"byteOffset": 8120, | ||
"byteLength": 6496 | ||
}, | ||
{ | ||
"buffer": 0, | ||
"byteOffset": 14616, | ||
"byteLength": 4872 | ||
}, | ||
{ | ||
"buffer": 0, | ||
"byteOffset": 19488, | ||
"byteLength": 4092 | ||
} | ||
], | ||
"buffers": [ | ||
{ | ||
"uri": "Avocado.bin", | ||
"byteLength": 23580 | ||
} | ||
], | ||
"images": [ | ||
{ | ||
"uri": "Avocado_baseColor.png" | ||
}, | ||
{ | ||
"uri": "Avocado_roughnessMetallic.png" | ||
}, | ||
{ | ||
"uri": "Avocado_normal.png" | ||
} | ||
], | ||
"meshes": [ | ||
{ | ||
"primitives": [ | ||
{ | ||
"attributes": { | ||
"TEXCOORD_0": 0, | ||
"NORMAL": 1, | ||
"TANGENT": 2, | ||
"POSITION": 3 | ||
}, | ||
"indices": 4, | ||
"material": 0 | ||
} | ||
], | ||
"name": "Avocado" | ||
} | ||
], | ||
"materials": [ | ||
{ | ||
"pbrMetallicRoughness": { | ||
"baseColorTexture": { | ||
"index": 0 | ||
}, | ||
"metallicRoughnessTexture": { | ||
"index": 1 | ||
} | ||
}, | ||
"normalTexture": { | ||
"index": 2 | ||
}, | ||
"name": "2256_Avocado_d" | ||
} | ||
], | ||
"nodes": [ | ||
{ | ||
"mesh": 0, | ||
"rotation": [ | ||
0.0, | ||
1.0, | ||
0.0, | ||
0.0 | ||
], | ||
"name": "Avocado" | ||
} | ||
], | ||
"scene": 0, | ||
"scenes": [ | ||
{ | ||
"nodes": [ | ||
0 | ||
] | ||
} | ||
], | ||
"textures": [ | ||
{ | ||
"source": 0 | ||
}, | ||
{ | ||
"source": 1 | ||
}, | ||
{ | ||
"source": 2 | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.