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 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 media/Test%20sim/FemaleTeen.omg (limited to 'media/Test%20sim/FemaleTeen.omg') 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'}, + }, + }, + }, +} -- cgit v1.1