1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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'},
},
},
},
}
|