From f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 1 Jun 2014 18:42:37 +1000 Subject: Get the from disk sim loading to work. Still an odd problem with sonic that doesn't make sense. --- media/Test%20sim/earth.omg | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'media/Test%20sim/earth.omg') diff --git a/media/Test%20sim/earth.omg b/media/Test%20sim/earth.omg index 94d2672..88b8430 100644 --- a/media/Test%20sim/earth.omg +++ b/media/Test%20sim/earth.omg @@ -2,14 +2,19 @@ Stuffs = { name = "onefang's left testicle", description = 'Just a pretend world for testing SledjHamr.', --- owner = '12345678-1234-4321-abcd-0123456789ab', + fake = 2, + uuid = '12345678-1234-4321-abcd-012345sphere', + owner = '12345678-1234-4321-abcd-0123456789ab', details = { Mesh = { kind = 'sphere', -- insert prim parameters here - materials = {'EarthDiffuse.png'}, + materials = + { + [0] = {kind = 'face', texture = 'EarthDiffuse.png'}, + }, }, }, } -- cgit v1.1