add lost files pt 2
This commit is contained in:
parent
9e51832f76
commit
84a2ac03c6
13 changed files with 78 additions and 0 deletions
9
3d/headsculpt.json
Normal file
9
3d/headsculpt.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"alt_text": "A 3d sculpt of a short, brown haired girl. It’s only a bust.",
|
||||||
|
"date": "2022-12-05",
|
||||||
|
"description": "I heard about nomadsculpt so I wanted to try it tonight!\nI don’t really have any sculpting experience, and this is my second attempt at making a human face. I think it turned out pretty good though (but that’s mostly because I chose the angle hehe)\nThis is really good for portable sculpting and well thought out. I miss some of Blender’s tools, but it has a lot. Its also not subscription based.",
|
||||||
|
"mastodon_url": "https://mastodon.art/@redstrate/109459311625828312",
|
||||||
|
"program": "Nomadsculpt",
|
||||||
|
"title": "Nomadsculpt test",
|
||||||
|
"tags": ["3D"]
|
||||||
|
}
|
8
3d/lantern.json
Normal file
8
3d/lantern.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"alt_text": "A metal old-looking lantern.",
|
||||||
|
"date": "2016",
|
||||||
|
"nsfw": false,
|
||||||
|
"title": "Lantern",
|
||||||
|
"tags": ["3D"],
|
||||||
|
"camera-orbit": "122.3deg 76deg 12.79m"
|
||||||
|
}
|
11
3d/planet-express-ship.json
Normal file
11
3d/planet-express-ship.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"alt_text": "A 3D model of the Planet Express ship from Futurama",
|
||||||
|
"date": "2022",
|
||||||
|
"description": "I attempted to make the Planet Express ship!",
|
||||||
|
"nsfw": false,
|
||||||
|
"title": "Planet Express Ship",
|
||||||
|
"tags": ["3D"],
|
||||||
|
"camera-orbit": "62.37deg 81.2deg 37.12m",
|
||||||
|
"camera-target": "0.94m 0.32m 0m",
|
||||||
|
"camera-fov": "19.58deg"
|
||||||
|
}
|
14
3d/sakura-avatar.json
Normal file
14
3d/sakura-avatar.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"alt_text": "A 3D model of Sakura, with her typical red tanktop and black leggings outfit.",
|
||||||
|
"characters": [
|
||||||
|
"Sakura"
|
||||||
|
],
|
||||||
|
"date": "2021",
|
||||||
|
"description": "This is a collage of all of my 2022 art!",
|
||||||
|
"nsfw": false,
|
||||||
|
"title": "Sakura",
|
||||||
|
"tags": ["3D"],
|
||||||
|
"camera-orbit": "44.17deg 89.29deg 2.778m",
|
||||||
|
"camera-target": "0.1m 1.34m 0.14m",
|
||||||
|
"camera-fov": "19.07deg"
|
||||||
|
}
|
BIN
assets/3d/headsculpt.glb
Normal file
BIN
assets/3d/headsculpt.glb
Normal file
Binary file not shown.
BIN
assets/3d/headsculpt.webp
Normal file
BIN
assets/3d/headsculpt.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
assets/3d/lantern.webp
Normal file
BIN
assets/3d/lantern.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
assets/3d/planet-express-ship.webp
Normal file
BIN
assets/3d/planet-express-ship.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
BIN
assets/3d/sakura.webp
Normal file
BIN
assets/3d/sakura.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
19
content/art/2021/sakura-avatar.md
Normal file
19
content/art/2021/sakura-avatar.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
title: Sakura
|
||||||
|
date: 2021-01-01
|
||||||
|
excludefeed: true
|
||||||
|
layout: art-detail
|
||||||
|
filename: /3d/sakura-avatar.glb
|
||||||
|
orbit: 44.17deg 89.29deg 2.778m
|
||||||
|
target: 0.1m 1.34m 0.14m
|
||||||
|
fov: 19.07deg
|
||||||
|
alt_text: "A 3D model of Sakura, with her typical red tanktop and black leggings outfit."
|
||||||
|
slug: sakura-avatar
|
||||||
|
threed: true
|
||||||
|
characters:
|
||||||
|
- Sakura
|
||||||
|
arttags:
|
||||||
|
- 3d
|
||||||
|
nsfw: false
|
||||||
|
---
|
||||||
|
This is a collage of all of my 2022 art!
|
17
content/art/2022/planet-express-ship.md
Normal file
17
content/art/2022/planet-express-ship.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
title: Planet Express Ship
|
||||||
|
date: 2022-01-01
|
||||||
|
excludefeed: true
|
||||||
|
layout: art-detail
|
||||||
|
filename: /3d/planet-express-ship.glb
|
||||||
|
orbit: 62.37deg 81.2deg 37.12m
|
||||||
|
target: 0.94m 0.32m 0m
|
||||||
|
fov: 19.58deg
|
||||||
|
alt_text: "A 3D model of the Planet Express ship from Futurama"
|
||||||
|
slug: planet-express-ship
|
||||||
|
threed: true
|
||||||
|
arttags:
|
||||||
|
- 3d
|
||||||
|
nsfw: false
|
||||||
|
---
|
||||||
|
I attempted to make the Planet Express ship!
|
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
Loading…
Add table
Reference in a new issue