aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test%20sim
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-03-07 21:11:47 +1000
committerDavid Walter Seikel2016-03-07 21:11:47 +1000
commitae70e91fa2f9ca0a4a0f4fe9cb191cda2d467a67 (patch)
tree67f5c39bd3aeb3f71e0728af6d01d93333717427 /media/Test%20sim
parentExperimenting with creating my own cube and heightfield. (diff)
downloadSledjHamr-ae70e91fa2f9ca0a4a0f4fe9cb191cda2d467a67.zip
SledjHamr-ae70e91fa2f9ca0a4a0f4fe9cb191cda2d467a67.tar.gz
SledjHamr-ae70e91fa2f9ca0a4a0f4fe9cb191cda2d467a67.tar.bz2
SledjHamr-ae70e91fa2f9ca0a4a0f4fe9cb191cda2d467a67.tar.xz
Added a couple of avatars from MakeHuman.
One of them is me, though still getting him to look like me. The other is the opposite of me, short, skinny, young, female. Evas_3D can't deal with the textures in the .mtl file.
Diffstat (limited to 'media/Test%20sim')
-rw-r--r--media/Test%20sim/FemaleTeen.omg32
-rw-r--r--media/Test%20sim/index.omg14
-rw-r--r--media/Test%20sim/onefang.omg31
3 files changed, 77 insertions, 0 deletions
diff --git a/media/Test%20sim/FemaleTeen.omg b/media/Test%20sim/FemaleTeen.omg
new file mode 100644
index 0000000..235916c
--- /dev/null
+++ b/media/Test%20sim/FemaleTeen.omg
@@ -0,0 +1,32 @@
1Stuffs =
2{
3 name = "Female teen.",
4 description = 'Just a pretend avatar from MakeHuman for testing SledjHamr.',
5 fake = 4,
6 uuid = '12345678-1234-4321-abcd-0123456fteen',
7 owner = '12345678-1234-4321-abcd-0123456789ab',
8 details =
9 {
10 Mesh =
11 {
12 fileName = 'FemaleTeen_741.obj',
13 kind = 'mesh',
14 materials =
15 {
16 [0] = {kind = 'face', texture = 'textures/blue_eye.png'},
17 [1] = {kind = 'face', texture = 'textures/diffuse_blonde.png'},
18 [2] = {kind = 'face', texture = 'textures/eyebrow001.png'},
19 [3] = {kind = 'face', texture = 'textures/eyelashes03.png'},
20 [4] = {kind = 'normal', texture = 'textures/normals.png'},
21 [5] = {kind = 'face', texture = 'textures/short01_black_diffuse.png'},
22 [6] = {kind = 'normal', texture = 'textures/short01_normals.png'},
23 [7] = {kind = 'face', texture = 'textures/teeth.png'},
24 [8] = {kind = 'face', texture = 'textures/tongue01_diffuse.png'},
25 [9] = {kind = 'face', texture = 'textures/tshirt_displacement.png'},
26 [10] = {kind = 'normal', texture = 'textures/tshirt_normal.png'},
27 [11] = {kind = 'face', texture = 'textures/tshirt_texture_white.png'},
28 [12] = {kind = 'face', texture = 'textures/young_lightskinned_female_diffuse.png'},
29 },
30 },
31 },
32}
diff --git a/media/Test%20sim/index.omg b/media/Test%20sim/index.omg
index 36fd3a5..b163115 100644
--- a/media/Test%20sim/index.omg
+++ b/media/Test%20sim/index.omg
@@ -7,6 +7,20 @@ Stuffs =
7 { 7 {
8 stuffs = 8 stuffs =
9 { 9 {
10 ['onefang'] =
11 {
12 fileName = 'onefang.omg',
13 pos = {-1.5, 0.0, 3.0},
14 size = {2.0, 2.0, 2.0},
15 rot = {0.0, 0.0, 0.0, 0.0},
16 },
17 ['FemaleTeen'] =
18 {
19 fileName = 'FemaleTeen.omg',
20 pos = {1.5, 0.0, 3.0},
21 size = {2.0, 2.0, 2.0},
22 rot = {0.0, 0.0, 0.0, 0.0},
23 },
10 ['onefang%27s%20test%20bed'] = 24 ['onefang%27s%20test%20bed'] =
11 { 25 {
12 fileName = 'onefang%27s%20test%20bed.omg', 26 fileName = 'onefang%27s%20test%20bed.omg',
diff --git a/media/Test%20sim/onefang.omg b/media/Test%20sim/onefang.omg
new file mode 100644
index 0000000..ee7c9e9
--- /dev/null
+++ b/media/Test%20sim/onefang.omg
@@ -0,0 +1,31 @@
1Stuffs =
2{
3 name = "onefang",
4 description = 'Just a pretend avatar from MakeHuman for testing SledjHamr.',
5 fake = 4,
6 uuid = '12345678-1234-4321-abcd-01234onefang',
7 owner = '12345678-1234-4321-abcd-0123456789ab',
8 details =
9 {
10 Mesh =
11 {
12 fileName = 'onefang_741.obj',
13 kind = 'mesh',
14 materials =
15 {
16 [0] = {kind = 'face', texture = 'map_D textures/Moustache_black_diff.png'},
17 [1] = {kind = 'face', texture = 'map_D textures/brown_eye.png'},
18 [2] = {kind = 'face', texture = 'map_D textures/eyebrow008.png'},
19 [3] = {kind = 'face', texture = 'map_D textures/eyelashes01.png'},
20 [4] = {kind = 'face', texture = 'map_D textures/tongue01_diffuse.png'},
21 [5] = {kind = 'face', texture = 'map_D textures/toenail_natural_diff.png'},
22 [6] = {kind = 'face', texture = 'map_D textures/worksuit_diffuse.png'},
23 [7] = {kind = 'face', texture = 'map_D textures/Full_beard_black_diff.png'},
24 [8] = {kind = 'face', texture = 'map_D textures/Glasses2.png'},
25 },
26 },
27 },
28}
29
30
31