-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from KhronosGroup/damaged-helmet
Add "Damaged Helmet" model.
- Loading branch information
Showing
9 changed files
with
212 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Battle Damaged Sci-fi Helmet - PBR by [theblueturtle_](https://sketchfab.com/theblueturtle_), published under | ||
a Creative Commons Attribution-NonCommercial license | ||
|
||
https://sketchfab.com/models/b81008d513954189a063ff901f7abfe4 |
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,204 @@ | ||
{ | ||
"accessors" : [ | ||
{ | ||
"bufferView" : 0, | ||
"componentType" : 5123, | ||
"count" : 46356, | ||
"max" : [ | ||
13599 | ||
], | ||
"min" : [ | ||
0 | ||
], | ||
"type" : "SCALAR" | ||
}, | ||
{ | ||
"bufferView" : 1, | ||
"componentType" : 5126, | ||
"count" : 13600, | ||
"max" : [ | ||
0.9449769854545593, | ||
1.0, | ||
0.9009739756584167 | ||
], | ||
"min" : [ | ||
-0.9449769854545593, | ||
-1.0, | ||
-0.9009950160980225 | ||
], | ||
"type" : "VEC3" | ||
}, | ||
{ | ||
"bufferView" : 2, | ||
"componentType" : 5126, | ||
"count" : 13600, | ||
"max" : [ | ||
1.0, | ||
1.0, | ||
1.0 | ||
], | ||
"min" : [ | ||
-1.0, | ||
-1.0, | ||
-1.0 | ||
], | ||
"type" : "VEC3" | ||
}, | ||
{ | ||
"bufferView" : 3, | ||
"componentType" : 5126, | ||
"count" : 13600, | ||
"max" : [ | ||
0.9999759793281555, | ||
1.998665988445282 | ||
], | ||
"min" : [ | ||
0.002448640065267682, | ||
1.0005531199858524 | ||
], | ||
"type" : "VEC2" | ||
} | ||
], | ||
"asset" : { | ||
"generator" : "Khronos Blender glTF 2.0 exporter", | ||
"version" : "2.0" | ||
}, | ||
"bufferViews" : [ | ||
{ | ||
"buffer" : 0, | ||
"byteLength" : 92712, | ||
"byteOffset" : 0, | ||
"target" : 34963 | ||
}, | ||
{ | ||
"buffer" : 0, | ||
"byteLength" : 163200, | ||
"byteOffset" : 92712, | ||
"target" : 34962 | ||
}, | ||
{ | ||
"buffer" : 0, | ||
"byteLength" : 163200, | ||
"byteOffset" : 255912, | ||
"target" : 34962 | ||
}, | ||
{ | ||
"buffer" : 0, | ||
"byteLength" : 108800, | ||
"byteOffset" : 419112, | ||
"target" : 34962 | ||
} | ||
], | ||
"buffers" : [ | ||
{ | ||
"byteLength" : 527912, | ||
"uri" : "DamagedHelmet.bin" | ||
} | ||
], | ||
"images" : [ | ||
{ | ||
"uri" : "Default_albedo.jpg" | ||
}, | ||
{ | ||
"uri" : "Default_normal.jpg" | ||
}, | ||
{ | ||
"uri" : "Default_metalRoughness.jpg" | ||
}, | ||
{ | ||
"uri" : "Default_emissive.jpg" | ||
}, | ||
{ | ||
"uri" : "Default_AO.jpg" | ||
} | ||
], | ||
"materials" : [ | ||
{ | ||
"emissiveFactor" : [ | ||
1.0, | ||
1.0, | ||
1.0 | ||
], | ||
"emissiveTexture" : { | ||
"index" : 3 | ||
}, | ||
"name" : "glTF Material", | ||
"normalTexture" : { | ||
"index" : 1 | ||
}, | ||
"occlusionTexture" : { | ||
"index" : 4 | ||
}, | ||
"pbrMetallicRoughness" : { | ||
"baseColorTexture" : { | ||
"index" : 0 | ||
}, | ||
"metallicRoughnessTexture" : { | ||
"index" : 2 | ||
} | ||
} | ||
} | ||
], | ||
"meshes" : [ | ||
{ | ||
"name" : "mesh_helmet_LP_13930damagedHelmet", | ||
"primitives" : [ | ||
{ | ||
"attributes" : { | ||
"NORMAL" : 2, | ||
"POSITION" : 1, | ||
"TEXCOORD_0" : 3 | ||
}, | ||
"indices" : 0, | ||
"material" : 0 | ||
} | ||
] | ||
} | ||
], | ||
"nodes" : [ | ||
{ | ||
"mesh" : 0, | ||
"name" : "node_damagedHelmet_-6514", | ||
"rotation" : [ | ||
0.7071068286895752, | ||
0.0, | ||
-0.0, | ||
0.7071068286895752 | ||
] | ||
} | ||
], | ||
"samplers" : [ | ||
{} | ||
], | ||
"scene" : 0, | ||
"scenes" : [ | ||
{ | ||
"name" : "Scene", | ||
"nodes" : [ | ||
0 | ||
] | ||
} | ||
], | ||
"textures" : [ | ||
{ | ||
"sampler" : 0, | ||
"source" : 0 | ||
}, | ||
{ | ||
"sampler" : 0, | ||
"source" : 1 | ||
}, | ||
{ | ||
"sampler" : 0, | ||
"source" : 2 | ||
}, | ||
{ | ||
"sampler" : 0, | ||
"source" : 3 | ||
}, | ||
{ | ||
"sampler" : 0, | ||
"source" : 4 | ||
} | ||
] | ||
} |
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.
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.