Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added cleaned up version of good-froge #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Binary file not shown.
157 changes: 157 additions & 0 deletions Good_Froge-Clean_up/Good_Froge-Clean_up_BaseSculpt-Separate.gltf
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v3.5.30",
"version":"2.0"
},
"extensionsUsed":[
"KHR_materials_unlit"
],
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0
]
}
],
"nodes":[
{
"mesh":0,
"name":"Good_Froge-Clean_up_BaseSculpt"
}
],
"materials":[
{
"doubleSided":true,
"extensions":{
"KHR_materials_unlit":{}
},
"name":"BaseMaterial",
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":0,
"texCoord":0
},
"metallicFactor":0,
"roughnessFactor":0.9
}
}
],
"meshes":[
{
"name":"Cube.004",
"primitives":[
{
"attributes":{
"COLOR_0":0,
"POSITION":1,
"TEXCOORD_0":2,
"NORMAL":3
},
"indices":4,
"material":0
}
]
}
],
"textures":[
{
"sampler":0,
"source":0
}
],
"images":[
{
"mimeType":"image/png",
"name":"SM_Good_Froge",
"uri":"SM_Good_Froge.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":26755,
"type":"VEC4"
},
{
"bufferView":1,
"componentType":5126,
"count":26755,
"max":[
0.4798918068408966,
0.26528462767601013,
0.48115256428718567
],
"min":[
-0.4355370104312897,
-0.22625485062599182,
-0.4487200379371643
],
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":26755,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5126,
"count":26755,
"type":"VEC3"
},
{
"bufferView":4,
"componentType":5123,
"count":145044,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":428080,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":321060,
"byteOffset":428080,
"target":34962
},
{
"buffer":0,
"byteLength":214040,
"byteOffset":749140,
"target":34962
},
{
"buffer":0,
"byteLength":321060,
"byteOffset":963180,
"target":34962
},
{
"buffer":0,
"byteLength":290088,
"byteOffset":1284240,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":1574328,
"uri":"Good_Froge-Clean_up_BaseSculpt-Separate.bin"
}
]
}
12 changes: 12 additions & 0 deletions Good_Froge-Clean_up/Good_Froge-Clean_up_BaseSculpt.mtl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Blender 3.5.0 MTL File: 'Froge-Cleaned-up.blend'
# www.blender.org

newmtl BaseMaterial
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd map_Kd SM_Good_Froge.png
Loading