From 3fc07f249932c9b7ba9bea36e1f7e48dc2181cff Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 12 Mar 2016 17:29:27 +1000 Subject: Introducing Rough Hir, the new default avatar. At least, when we get avatars. Rough is like Ruth, only, er, rougher. --- media/Test%20sim/Rough_Hir.omg | 20 ++++++++++++++++++++ media/Test%20sim/index.omg | 7 +++++++ 2 files changed, 27 insertions(+) create mode 100644 media/Test%20sim/Rough_Hir.omg (limited to 'media/Test%20sim') diff --git a/media/Test%20sim/Rough_Hir.omg b/media/Test%20sim/Rough_Hir.omg new file mode 100644 index 0000000..b6fa61e --- /dev/null +++ b/media/Test%20sim/Rough_Hir.omg @@ -0,0 +1,20 @@ +Stuffs = +{ + name = "Rough Hir", + description = 'Initial avatar, from MakeHuman.', + fake = 4, + uuid = '12345678-1234-4321-abcd-0123456rough', + owner = '12345678-1234-4321-abcd-0123456789ab', + details = + { + Mesh = + { + fileName = 'Rough_Hir_smooth.obj', + kind = 'mesh', + materials = + { + [0] = {kind = 'face', texture = 'textures/normals.png'}, + }, + }, + }, +} diff --git a/media/Test%20sim/index.omg b/media/Test%20sim/index.omg index 501c42b..c3cbcea 100644 --- a/media/Test%20sim/index.omg +++ b/media/Test%20sim/index.omg @@ -7,6 +7,13 @@ Stuffs = { stuffs = { + ['Rough_Hir'] = + { + fileName = 'Rough_Hir.omg', + pos = {0.0, 0.0, 4.0}, + size = {1.0, 1.0, 1.0}, + rot = {0.0, 1.0, 0.0, 0.0}, + }, ['onefang'] = { fileName = 'onefang.omg', -- cgit v1.1