Skip to content

Commit

Permalink
Add low poly assets
Browse files Browse the repository at this point in the history
  • Loading branch information
bcopy committed Nov 21, 2024
1 parent 0d6c262 commit d71d45b
Show file tree
Hide file tree
Showing 27 changed files with 4,972 additions and 15 deletions.
Binary file added public/assets/coral-lowpoly/acropora-palmata.bin
Binary file not shown.
137 changes: 137 additions & 0 deletions public/assets/coral-lowpoly/acropora-palmata.gltf
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
{
"asset" : {
"generator" : "Khronos glTF Blender I/O v3.4.50",
"version" : "2.0"
},
"scene" : 0,
"scenes" : [
{
"name" : "Scene",
"nodes" : [
0
]
}
],
"nodes" : [
{
"mesh" : 0,
"name" : "acropora-palmata"
}
],
"materials" : [
{
"doubleSided" : true,
"name" : "coral_texture",
"pbrMetallicRoughness" : {
"baseColorTexture" : {
"index" : 0
},
"metallicFactor" : 0,
"roughnessFactor" : 0.800000011920929
}
}
],
"meshes" : [
{
"name" : "acropora-palmata",
"primitives" : [
{
"attributes" : {
"POSITION" : 0,
"TEXCOORD_0" : 1,
"NORMAL" : 2
},
"indices" : 3,
"material" : 0
}
]
}
],
"textures" : [
{
"sampler" : 0,
"source" : 0
}
],
"images" : [
{
"mimeType" : "image/png",
"name" : "coral_texture",
"uri" : "coral_texture.png"
}
],
"accessors" : [
{
"bufferView" : 0,
"componentType" : 5126,
"count" : 1434,
"max" : [
0.12662073969841003,
0.22040483355522156,
0.06840237975120544
],
"min" : [
-0.16147494316101074,
-3.0081719160079956e-07,
-0.17826968431472778
],
"type" : "VEC3"
},
{
"bufferView" : 1,
"componentType" : 5126,
"count" : 1434,
"type" : "VEC2"
},
{
"bufferView" : 2,
"componentType" : 5126,
"count" : 1434,
"type" : "VEC3"
},
{
"bufferView" : 3,
"componentType" : 5123,
"count" : 6174,
"type" : "SCALAR"
}
],
"bufferViews" : [
{
"buffer" : 0,
"byteLength" : 17208,
"byteOffset" : 0,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 11472,
"byteOffset" : 17208,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 17208,
"byteOffset" : 28680,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 12348,
"byteOffset" : 45888,
"target" : 34963
}
],
"samplers" : [
{
"magFilter" : 9729,
"minFilter" : 9987
}
],
"buffers" : [
{
"byteLength" : 58236,
"uri" : "acropora-palmata.bin"
}
]
}
Binary file not shown.
Loading

0 comments on commit d71d45b

Please sign in to comment.