From ae70e91fa2f9ca0a4a0f4fe9cb191cda2d467a67 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 7 Mar 2016 21:11:47 +1000 Subject: 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. --- media/Test%20sim/FemaleTeen.omg | 32 ++++++++++++++++++++++++++++++++ media/Test%20sim/index.omg | 14 ++++++++++++++ media/Test%20sim/onefang.omg | 31 +++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 media/Test%20sim/FemaleTeen.omg create mode 100644 media/Test%20sim/onefang.omg (limited to 'media/Test%20sim') 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 @@ +Stuffs = +{ + name = "Female teen.", + description = 'Just a pretend avatar from MakeHuman for testing SledjHamr.', + fake = 4, + uuid = '12345678-1234-4321-abcd-0123456fteen', + owner = '12345678-1234-4321-abcd-0123456789ab', + details = + { + Mesh = + { + fileName = 'FemaleTeen_741.obj', + kind = 'mesh', + materials = + { + [0] = {kind = 'face', texture = 'textures/blue_eye.png'}, + [1] = {kind = 'face', texture = 'textures/diffuse_blonde.png'}, + [2] = {kind = 'face', texture = 'textures/eyebrow001.png'}, + [3] = {kind = 'face', texture = 'textures/eyelashes03.png'}, + [4] = {kind = 'normal', texture = 'textures/normals.png'}, + [5] = {kind = 'face', texture = 'textures/short01_black_diffuse.png'}, + [6] = {kind = 'normal', texture = 'textures/short01_normals.png'}, + [7] = {kind = 'face', texture = 'textures/teeth.png'}, + [8] = {kind = 'face', texture = 'textures/tongue01_diffuse.png'}, + [9] = {kind = 'face', texture = 'textures/tshirt_displacement.png'}, + [10] = {kind = 'normal', texture = 'textures/tshirt_normal.png'}, + [11] = {kind = 'face', texture = 'textures/tshirt_texture_white.png'}, + [12] = {kind = 'face', texture = 'textures/young_lightskinned_female_diffuse.png'}, + }, + }, + }, +} 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 = { stuffs = { + ['onefang'] = + { + fileName = 'onefang.omg', + pos = {-1.5, 0.0, 3.0}, + size = {2.0, 2.0, 2.0}, + rot = {0.0, 0.0, 0.0, 0.0}, + }, + ['FemaleTeen'] = + { + fileName = 'FemaleTeen.omg', + pos = {1.5, 0.0, 3.0}, + size = {2.0, 2.0, 2.0}, + rot = {0.0, 0.0, 0.0, 0.0}, + }, ['onefang%27s%20test%20bed'] = { 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 @@ +Stuffs = +{ + name = "onefang", + description = 'Just a pretend avatar from MakeHuman for testing SledjHamr.', + fake = 4, + uuid = '12345678-1234-4321-abcd-01234onefang', + owner = '12345678-1234-4321-abcd-0123456789ab', + details = + { + Mesh = + { + fileName = 'onefang_741.obj', + kind = 'mesh', + materials = + { + [0] = {kind = 'face', texture = 'map_D textures/Moustache_black_diff.png'}, + [1] = {kind = 'face', texture = 'map_D textures/brown_eye.png'}, + [2] = {kind = 'face', texture = 'map_D textures/eyebrow008.png'}, + [3] = {kind = 'face', texture = 'map_D textures/eyelashes01.png'}, + [4] = {kind = 'face', texture = 'map_D textures/tongue01_diffuse.png'}, + [5] = {kind = 'face', texture = 'map_D textures/toenail_natural_diff.png'}, + [6] = {kind = 'face', texture = 'map_D textures/worksuit_diffuse.png'}, + [7] = {kind = 'face', texture = 'map_D textures/Full_beard_black_diff.png'}, + [8] = {kind = 'face', texture = 'map_D textures/Glasses2.png'}, + }, + }, + }, +} + + + -- cgit v1.1