Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #48 from McNopper/master
Browse files Browse the repository at this point in the history
Added Sci Fi Helmet.
  • Loading branch information
pjcozzi committed Apr 20, 2017
2 parents 8a809d7 + babe2e1 commit f442df2
Show file tree
Hide file tree
Showing 9 changed files with 243 additions and 0 deletions.
1 change: 1 addition & 0 deletions 2.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@
| [Cube](Cube) | ![](Cube/screenshot/screenshot.jpg) | A cube with non-smoothed faces. |
| [Animated Cube](AnimatedCube) | ![](AnimatedCube/screenshot/screenshot.gif) | Same as previous cube having a linear rotation animation. |
| [Suzanne](Suzanne) | ![](Suzanne/screenshot/screenshot.jpg) | Suzanne from Blender with smoothed faces. |
| [Sci Fi Helmet](SciFiHelmet) | ![](SciFiHelmet/screenshot/screenshot.jpg) | Sci Fi Helmet having unsigned integer indices. |
11 changes: 11 additions & 0 deletions 2.0/SciFiHelmet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Sci Fi Helmet
## Screenshot

![screenshot](screenshot/screenshot.jpg)


## License Information

["Sci Fi Helmet" by Michael Pavlovic](http://quixel.se/usermanual/quixelsuite/doku.php?id=ddo_samples)

Converted by Norbert Nopper for glTF testing.
Binary file added 2.0/SciFiHelmet/glTF/SciFiHelmet.bin
Binary file not shown.
231 changes: 231 additions & 0 deletions 2.0/SciFiHelmet/glTF/SciFiHelmet.gltf
Original file line number Diff line number Diff line change
@@ -0,0 +1,231 @@
{
"accessors" : [
{
"bufferView" : 0,
"byteOffset" : 0,
"componentType" : 5125,
"count" : 70074,
"max" : [
70073
],
"min" : [
0
],
"type" : "SCALAR"
},
{
"bufferView" : 1,
"byteOffset" : 0,
"componentType" : 5126,
"count" : 70074,
"max" : [
1.151152,
1.458718,
1.251128
],
"min" : [
-1.151152,
-1.458718,
-1.251129
],
"type" : "VEC3"
},
{
"bufferView" : 2,
"byteOffset" : 0,
"componentType" : 5126,
"count" : 70074,
"max" : [
0.999934,
0.999878,
0.999976
],
"min" : [
-0.999934,
-0.999963,
-0.999986
],
"type" : "VEC3"
},
{
"bufferView" : 3,
"byteOffset" : 0,
"componentType" : 5126,
"count" : 70074,
"max" : [
0.999996,
1.000000,
0.999994,
1.000000
],
"min" : [
-0.999998,
-0.999969,
-0.999999,
1.000000
],
"type" : "VEC4"
},
{
"bufferView" : 4,
"byteOffset" : 0,
"componentType" : 5126,
"count" : 70074,
"max" : [
0.995369,
0.990894
],
"min" : [
0.003625,
0.006444
],
"type" : "VEC2"
}
],
"animations" : [],
"asset" : {
"generator" : "VKTS glTF 2.0 exporter",
"version" : "2.0"
},
"bufferViews" : [
{
"buffer" : 0,
"byteLength" : 280296,
"byteOffset" : 0,
"target" : 34963
},
{
"buffer" : 0,
"byteLength" : 840888,
"byteOffset" : 280296,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 840888,
"byteOffset" : 1121184,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 1121184,
"byteOffset" : 1962072,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 560592,
"byteOffset" : 3083256,
"target" : 34962
}
],
"buffers" : [
{
"byteLength" : 3643848,
"uri" : "SciFiHelmet.bin"
}
],
"images" : [
{
"uri" : "SciFiHelmet_BaseColor.png"
},
{
"uri" : "SciFiHelmet_MetallicRoughness.png"
},
{
"uri" : "SciFiHelmet_Normal.png"
},
{
"uri" : "SciFiHelmet_AmbientOcclusion.png"
}
],
"materials" : [
{
"name" : "SciFiHelmet",
"normalTexture" : {
"index" : 2
},
"occlusionTexture" : {
"index" : 3
},
"pbrMetallicRoughness" : {
"baseColorTexture" : {
"index" : 0
},
"metallicRoughnessTexture" : {
"index" : 1
}
}
}
],
"meshes" : [
{
"name" : "SciFiHelmet",
"primitives" : [
{
"attributes" : {
"NORMAL" : 2,
"POSITION" : 1,
"TANGENT" : 3,
"TEXCOORD_0" : 4
},
"indices" : 0,
"material" : 0,
"mode" : 4
}
]
}
],
"nodes" : [
{
"children" : [],
"name" : "Camera",
"rotation" : [
0.483536,
0.336872,
-0.208704,
0.780483
],
"translation" : [
7.481132,
5.343665,
6.507640
]
},
{
"children" : [],
"mesh" : 0,
"name" : "SciFiHelmet"
}
],
"samplers" : [
{}
],
"scene" : 0,
"scenes" : [
{
"nodes" : [
0,
1
]
}
],
"textures" : [
{
"sampler" : 0,
"source" : 0
},
{
"sampler" : 0,
"source" : 1
},
{
"sampler" : 0,
"source" : 2
},
{
"sampler" : 0,
"source" : 3
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2.0/SciFiHelmet/glTF/SciFiHelmet_BaseColor.png
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.
Binary file added 2.0/SciFiHelmet/glTF/SciFiHelmet_Normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2.0/SciFiHelmet/screenshot/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f442df2

Please sign in to comment.