├── README.md ├── download └── io_export_gms3d.zip ├── example └── 3D Model Viewer.zip ├── legacy ├── io_export_gamemaker_3d.py └── io_export_gamemaker_d3d.py └── source ├── 3D Model Viewer ├── 3D Model Viewer.yyp ├── datafiles │ └── sphere.buf ├── fonts │ └── fnt_arial │ │ ├── fnt_arial.old.png │ │ ├── fnt_arial.old.yy │ │ ├── fnt_arial.png │ │ └── fnt_arial.yy ├── notes │ ├── compatibility_report_020121_144805485 │ │ ├── compatibility_report_020121_144805485.txt │ │ └── compatibility_report_020121_144805485.yy │ └── notes │ │ ├── notes.txt │ │ └── notes.yy ├── objects │ ├── obj_camera │ │ ├── Create_0.gml │ │ ├── Draw_0.gml │ │ ├── Step_0.gml │ │ └── obj_camera.yy │ ├── obj_floor │ │ ├── Create_0.gml │ │ ├── Draw_0.gml │ │ └── obj_floor.yy │ ├── obj_hud │ │ ├── Create_0.gml │ │ ├── Draw_0.gml │ │ └── obj_hud.yy │ ├── obj_model │ │ ├── Create_0.gml │ │ ├── Draw_0.gml │ │ ├── Other_10.gml │ │ ├── Step_0.gml │ │ └── obj_model.yy │ └── obj_worldspawn │ │ ├── Create_0.gml │ │ ├── KeyPress_27.gml │ │ ├── Step_0.gml │ │ └── obj_worldspawn.yy ├── options │ ├── amazonfire │ │ └── options_amazonfire.yy │ ├── android │ │ ├── icons │ │ │ ├── icon_hdpi.png │ │ │ ├── icon_ldpi.png │ │ │ ├── icon_mdpi.png │ │ │ ├── icon_xhdpi.png │ │ │ ├── icon_xxhdpi.png │ │ │ ├── icon_xxxhdpi.png │ │ │ └── ouyaIcon.png │ │ ├── options_android.yy │ │ ├── portrait_splash.png │ │ ├── splash.png │ │ └── splash │ │ │ ├── portrait_splash.png │ │ │ └── splash.png │ ├── html5 │ │ ├── fav.ico │ │ ├── options_html5.yy │ │ └── splash.png │ ├── ios │ │ ├── iPadRetinaSplash.png │ │ ├── iPadRetinaSplashPortrait.png │ │ ├── iPadsplash.png │ │ ├── iPadsplashPortrait.png │ │ ├── iPhone5splash.png │ │ ├── iPhone5splashPortrait.png │ │ ├── iPhone6PlusSplash.png │ │ ├── iPhone6PlusSplashPortrait.png │ │ ├── iPhone6Splash.png │ │ ├── iPhone6SplashPortrait.png │ │ ├── iPhoneRetinasplash.png │ │ ├── iPhoneRetinasplashPortrait.png │ │ ├── iPhonesplash.png │ │ ├── iPhonesplashPortrait.png │ │ ├── icons │ │ │ ├── icon114.png │ │ │ ├── icon120.png │ │ │ ├── icon144.png │ │ │ ├── icon152.png │ │ │ ├── icon167.png │ │ │ ├── icon57.png │ │ │ ├── icon72.png │ │ │ └── icon76.png │ │ ├── options_ios.yy │ │ ├── splash.png │ │ ├── splash │ │ │ ├── IphoneRetinasplashPortrait.png │ │ │ ├── iPadRetinasplash.png │ │ │ ├── iPadRetinasplashPortrait.png │ │ │ ├── iPadsplash.png │ │ │ ├── iPadsplashPortrait.png │ │ │ ├── iPhone5splashPortrait.png │ │ │ ├── iPhone6Plussplash.png │ │ │ ├── iPhone6PlussplashPortrait.png │ │ │ ├── iPhone6splashPortrait.png │ │ │ └── iPhonesplashPortrait.png │ │ └── splashPortrait.png │ ├── linux │ │ └── options_linux.yy │ ├── mac │ │ ├── icon512.png │ │ ├── icons │ │ │ └── icon512.png │ │ ├── options_mac.yy │ │ ├── splash.png │ │ └── splash │ │ │ └── splash.png │ ├── main │ │ └── options_main.yy │ ├── operagx │ │ └── options_operagx.yy │ ├── tvos │ │ └── options_tvos.yy │ ├── windows │ │ ├── License.txt │ │ ├── RunnerInstaller.nsi │ │ ├── Runner_Icon_256.ico │ │ ├── Runner_finish.bmp │ │ ├── Runner_header.bmp │ │ ├── installer │ │ │ └── license.txt │ │ ├── options_windows.yy │ │ ├── runner_icon.ico │ │ └── splash.png │ └── windowsuap │ │ └── options_windowsuap.yy ├── rooms │ └── rm_example │ │ └── rm_example.yy ├── scripts │ ├── functions │ │ ├── functions.gml │ │ └── functions.yy │ └── macros │ │ ├── macros.gml │ │ └── macros.yy └── sprites │ ├── spr_camera │ ├── 0638d719-56a9-4c66-a75e-a2d69dfc61a2.png │ ├── 094bc6c5-42da-4178-9ef4-0dfc38f06d6d.png │ ├── 0ceb400a-5156-49ae-9507-86d4ea9eaa08.png │ ├── 0f9cd664-296d-40c7-9d1e-35d4c4c2684b.png │ ├── 1304025c-53ab-48e2-9118-9ff47b144df6.png │ ├── 20672b94-f84c-414c-bf31-c3bdb3e493cd.png │ ├── 21c3e2b2-0b40-41fe-acc9-5da5902d634a.png │ ├── 21f73e35-9a09-4b4a-b6e9-ffff1481cc62.png │ ├── 23dc8e31-dd90-42f9-a811-46b33f0e2744.png │ ├── 2b15c324-0ca4-4553-b343-50a2796b23b8.png │ ├── 2d6b61c9-a073-4ca1-b477-dda0a095be3f.png │ ├── 314ac0c4-48ef-4ac1-99da-0e7936c3fe3e.png │ ├── 34d63c82-817f-49fe-afcd-993fadc29f10.png │ ├── 37812ae6-c51b-4319-92d9-d2fce7b39818.png │ ├── 38201428-f077-4475-81a3-7688b725fe76.png │ ├── 45473dd1-3390-46f1-a231-9c3724a52d36.png │ ├── 4588e73b-327a-4d46-94f9-436504c9aff0.png │ ├── 4a768da1-f2f5-4b4a-a325-26c780f61433.png │ ├── 4fb6f0fb-6de2-4707-8299-c13ef950b885.png │ ├── 50cc9ca5-a337-4617-bf1c-446baeab983e.png │ ├── 5246d612-d50c-42c9-a4dc-fffa201a734a.png │ ├── 5c8f9e7c-db32-4961-992b-7ab2b16a249e.png │ ├── 61abe727-19ea-4342-b97c-f3bd52beeb79.png │ ├── 67da1ff6-e753-4162-b9eb-b2e1175c34ea.png │ ├── 7698940c-6747-4674-8d7b-c90b54c937b4.png │ ├── 7714a809-c1f9-4807-b871-0764f63de988.png │ ├── 77fc921c-c989-4378-b36f-a1085647ec66.png │ ├── 7932b5ae-3ce0-4d33-ab33-f1411caf058a.png │ ├── 84a0b706-06b0-4d18-b6f6-90911724dc7b.png │ ├── 85affb4c-231e-4c1a-8d32-8d9fab98db7e.png │ ├── 873b8602-5288-4921-85b2-17ac6b897b12.png │ ├── 8bcab37b-4e92-4c82-9e8a-19090ff92c9b.png │ ├── 8da88f92-a20c-4520-86f3-0c2f60c20345.png │ ├── 999bd5b8-de89-4197-b63a-d722b4a4fe35.png │ ├── 9ed3aad0-fa0f-4a1a-9c4c-6b5d2e1c4592.png │ ├── a78755a0-86e0-4156-a6bc-8bf4036e9055.png │ ├── b1ee8931-cc62-4784-af1d-819419033551.png │ ├── b5d7b28b-5b7b-4f93-9bda-ded44c56b691.png │ ├── bac48ecb-5f36-4c78-a70b-26d950ec63f0.png │ ├── bdfb5047-2297-4eaf-987a-46bbad9d33e9.png │ ├── be053013-94cd-4204-8d6c-1a26ca6be499.png │ ├── be07708f-c097-4a12-9122-dd8dea456bf2.png │ ├── be1ddc5d-9c5b-4003-9242-e61005178ca1.png │ ├── c0c01294-91ed-4f8d-81f1-3360df8dbb1f.png │ ├── c1532b6c-da3c-48a0-a936-5c59f2970620.png │ ├── c2a769d7-923a-4d20-a08a-2f7ef3295114.png │ ├── c55763d4-d98a-4270-bb37-4284aab698dd.png │ ├── d07d0400-72c0-4c8a-aded-70608bd36232.png │ ├── d1538bc8-f7be-4189-93ed-e83b25c78422.png │ ├── d2c8c88a-f6be-4222-8731-a2c086b275cc.png │ ├── d34c49eb-6564-4f54-86de-af5d1944f1bd.png │ ├── d7d3ea40-2596-4622-b4db-2a1ad67a3d5d.png │ ├── d82cc809-22ad-4a68-8d43-c2747c13f4e3.png │ ├── dc28f729-7267-40a7-8d72-a14b66b2c32e.png │ ├── e0c91714-ea4c-4a50-86b9-0226102994f3.png │ ├── e14bf24b-5b9c-4035-adc1-d41dd17f4ccc.png │ ├── ea891ac0-3a1d-4c91-9f4c-1ed5664fd844.png │ ├── ee506626-5555-4daf-9572-5c82cca239a0.png │ ├── fb04380b-441c-4d46-a0ef-01438b12fbaf.png │ ├── fb482759-e793-4009-b942-1b13dce26b4c.png │ ├── layers │ │ ├── 0638d719-56a9-4c66-a75e-a2d69dfc61a2 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 094bc6c5-42da-4178-9ef4-0dfc38f06d6d │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 0ceb400a-5156-49ae-9507-86d4ea9eaa08 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 0f9cd664-296d-40c7-9d1e-35d4c4c2684b │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 1304025c-53ab-48e2-9118-9ff47b144df6 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 20672b94-f84c-414c-bf31-c3bdb3e493cd │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 21c3e2b2-0b40-41fe-acc9-5da5902d634a │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 21f73e35-9a09-4b4a-b6e9-ffff1481cc62 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 23dc8e31-dd90-42f9-a811-46b33f0e2744 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 2b15c324-0ca4-4553-b343-50a2796b23b8 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 2d6b61c9-a073-4ca1-b477-dda0a095be3f │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 314ac0c4-48ef-4ac1-99da-0e7936c3fe3e │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 34d63c82-817f-49fe-afcd-993fadc29f10 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 37812ae6-c51b-4319-92d9-d2fce7b39818 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 38201428-f077-4475-81a3-7688b725fe76 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 45473dd1-3390-46f1-a231-9c3724a52d36 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 4588e73b-327a-4d46-94f9-436504c9aff0 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 4a768da1-f2f5-4b4a-a325-26c780f61433 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 4fb6f0fb-6de2-4707-8299-c13ef950b885 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 50cc9ca5-a337-4617-bf1c-446baeab983e │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 5246d612-d50c-42c9-a4dc-fffa201a734a │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 5c8f9e7c-db32-4961-992b-7ab2b16a249e │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 61abe727-19ea-4342-b97c-f3bd52beeb79 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 67da1ff6-e753-4162-b9eb-b2e1175c34ea │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 7698940c-6747-4674-8d7b-c90b54c937b4 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 7714a809-c1f9-4807-b871-0764f63de988 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 77fc921c-c989-4378-b36f-a1085647ec66 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 7932b5ae-3ce0-4d33-ab33-f1411caf058a │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 84a0b706-06b0-4d18-b6f6-90911724dc7b │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 85affb4c-231e-4c1a-8d32-8d9fab98db7e │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 873b8602-5288-4921-85b2-17ac6b897b12 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 8bcab37b-4e92-4c82-9e8a-19090ff92c9b │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 8da88f92-a20c-4520-86f3-0c2f60c20345 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 999bd5b8-de89-4197-b63a-d722b4a4fe35 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── 9ed3aad0-fa0f-4a1a-9c4c-6b5d2e1c4592 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── a78755a0-86e0-4156-a6bc-8bf4036e9055 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── b1ee8931-cc62-4784-af1d-819419033551 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── b5d7b28b-5b7b-4f93-9bda-ded44c56b691 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── bac48ecb-5f36-4c78-a70b-26d950ec63f0 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── bdfb5047-2297-4eaf-987a-46bbad9d33e9 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── be053013-94cd-4204-8d6c-1a26ca6be499 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── be07708f-c097-4a12-9122-dd8dea456bf2 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── be1ddc5d-9c5b-4003-9242-e61005178ca1 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── c0c01294-91ed-4f8d-81f1-3360df8dbb1f │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── c1532b6c-da3c-48a0-a936-5c59f2970620 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── c2a769d7-923a-4d20-a08a-2f7ef3295114 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── c55763d4-d98a-4270-bb37-4284aab698dd │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── d07d0400-72c0-4c8a-aded-70608bd36232 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── d1538bc8-f7be-4189-93ed-e83b25c78422 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── d2c8c88a-f6be-4222-8731-a2c086b275cc │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── d34c49eb-6564-4f54-86de-af5d1944f1bd │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── d7d3ea40-2596-4622-b4db-2a1ad67a3d5d │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── d82cc809-22ad-4a68-8d43-c2747c13f4e3 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── dc28f729-7267-40a7-8d72-a14b66b2c32e │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── e0c91714-ea4c-4a50-86b9-0226102994f3 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── e14bf24b-5b9c-4035-adc1-d41dd17f4ccc │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── ea891ac0-3a1d-4c91-9f4c-1ed5664fd844 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── ee506626-5555-4daf-9572-5c82cca239a0 │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ ├── fb04380b-441c-4d46-a0ef-01438b12fbaf │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ │ └── fb482759-e793-4009-b942-1b13dce26b4c │ │ │ └── d2b1b377-4f85-45fc-a0e7-e360deafed91.png │ └── spr_camera.yy │ └── spr_uvcolorgrid │ ├── bfccf9fe-3d81-4d41-81bb-ba2bcdddda01.png │ ├── layers │ └── bfccf9fe-3d81-4d41-81bb-ba2bcdddda01 │ │ └── 9751fbf8-e9c3-48a2-bda8-3ea026dabcfb.png │ └── spr_uvcolorgrid.yy ├── io_export_gms3d ├── __init__.py ├── gm3d_output.py └── gm3d_prep.py └── scratch ├── face-loop.py └── scratch.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/README.md -------------------------------------------------------------------------------- /download/io_export_gms3d.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/download/io_export_gms3d.zip -------------------------------------------------------------------------------- /example/3D Model Viewer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/example/3D Model Viewer.zip -------------------------------------------------------------------------------- /legacy/io_export_gamemaker_3d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/legacy/io_export_gamemaker_3d.py -------------------------------------------------------------------------------- /legacy/io_export_gamemaker_d3d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/legacy/io_export_gamemaker_d3d.py -------------------------------------------------------------------------------- /source/3D Model Viewer/3D Model Viewer.yyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/3D Model Viewer.yyp -------------------------------------------------------------------------------- /source/3D Model Viewer/datafiles/sphere.buf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/datafiles/sphere.buf -------------------------------------------------------------------------------- /source/3D Model Viewer/fonts/fnt_arial/fnt_arial.old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/fonts/fnt_arial/fnt_arial.old.png -------------------------------------------------------------------------------- /source/3D Model Viewer/fonts/fnt_arial/fnt_arial.old.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/fonts/fnt_arial/fnt_arial.old.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/fonts/fnt_arial/fnt_arial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/fonts/fnt_arial/fnt_arial.png -------------------------------------------------------------------------------- /source/3D Model Viewer/fonts/fnt_arial/fnt_arial.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/fonts/fnt_arial/fnt_arial.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/notes/compatibility_report_020121_144805485/compatibility_report_020121_144805485.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/notes/compatibility_report_020121_144805485/compatibility_report_020121_144805485.txt -------------------------------------------------------------------------------- /source/3D Model Viewer/notes/compatibility_report_020121_144805485/compatibility_report_020121_144805485.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/notes/compatibility_report_020121_144805485/compatibility_report_020121_144805485.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/notes/notes/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/notes/notes/notes.txt -------------------------------------------------------------------------------- /source/3D Model Viewer/notes/notes/notes.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/notes/notes/notes.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_camera/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_camera/Create_0.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_camera/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_camera/Draw_0.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_camera/Step_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_camera/Step_0.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_camera/obj_camera.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_camera/obj_camera.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_floor/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_floor/Create_0.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_floor/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_floor/Draw_0.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_floor/obj_floor.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_floor/obj_floor.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_hud/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_hud/Create_0.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_hud/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_hud/Draw_0.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_hud/obj_hud.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_hud/obj_hud.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_model/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_model/Create_0.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_model/Draw_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_model/Draw_0.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_model/Other_10.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_model/Other_10.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_model/Step_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_model/Step_0.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_model/obj_model.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_model/obj_model.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_worldspawn/Create_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_worldspawn/Create_0.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_worldspawn/KeyPress_27.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_worldspawn/KeyPress_27.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_worldspawn/Step_0.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_worldspawn/Step_0.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/objects/obj_worldspawn/obj_worldspawn.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/objects/obj_worldspawn/obj_worldspawn.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/options/amazonfire/options_amazonfire.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/amazonfire/options_amazonfire.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/options/android/icons/icon_hdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/android/icons/icon_hdpi.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/android/icons/icon_ldpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/android/icons/icon_ldpi.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/android/icons/icon_mdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/android/icons/icon_mdpi.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/android/icons/icon_xhdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/android/icons/icon_xhdpi.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/android/icons/icon_xxhdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/android/icons/icon_xxhdpi.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/android/icons/icon_xxxhdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/android/icons/icon_xxxhdpi.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/android/icons/ouyaIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/android/icons/ouyaIcon.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/android/options_android.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/android/options_android.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/options/android/portrait_splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/android/portrait_splash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/android/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/android/splash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/android/splash/portrait_splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/android/splash/portrait_splash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/android/splash/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/android/splash/splash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/html5/fav.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/html5/fav.ico -------------------------------------------------------------------------------- /source/3D Model Viewer/options/html5/options_html5.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/html5/options_html5.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/options/html5/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/html5/splash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/iPadRetinaSplash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/iPadRetinaSplash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/iPadRetinaSplashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/iPadRetinaSplashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/iPadsplash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/iPadsplash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/iPadsplashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/iPadsplashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/iPhone5splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/iPhone5splash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/iPhone5splashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/iPhone5splashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/iPhone6PlusSplash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/iPhone6PlusSplash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/iPhone6PlusSplashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/iPhone6PlusSplashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/iPhone6Splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/iPhone6Splash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/iPhone6SplashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/iPhone6SplashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/iPhoneRetinasplash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/iPhoneRetinasplash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/iPhoneRetinasplashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/iPhoneRetinasplashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/iPhonesplash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/iPhonesplash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/iPhonesplashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/iPhonesplashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/icons/icon114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/icons/icon114.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/icons/icon120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/icons/icon120.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/icons/icon144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/icons/icon144.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/icons/icon152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/icons/icon152.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/icons/icon167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/icons/icon167.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/icons/icon57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/icons/icon57.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/icons/icon72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/icons/icon72.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/icons/icon76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/icons/icon76.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/options_ios.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/options_ios.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/splash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/splash/IphoneRetinasplashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/splash/IphoneRetinasplashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/splash/iPadRetinasplash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/splash/iPadRetinasplash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/splash/iPadRetinasplashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/splash/iPadRetinasplashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/splash/iPadsplash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/splash/iPadsplash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/splash/iPadsplashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/splash/iPadsplashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/splash/iPhone5splashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/splash/iPhone5splashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/splash/iPhone6Plussplash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/splash/iPhone6Plussplash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/splash/iPhone6PlussplashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/splash/iPhone6PlussplashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/splash/iPhone6splashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/splash/iPhone6splashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/splash/iPhonesplashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/splash/iPhonesplashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/ios/splashPortrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/ios/splashPortrait.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/linux/options_linux.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/linux/options_linux.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/options/mac/icon512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/mac/icon512.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/mac/icons/icon512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/mac/icons/icon512.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/mac/options_mac.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/mac/options_mac.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/options/mac/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/mac/splash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/mac/splash/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/mac/splash/splash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/main/options_main.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/main/options_main.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/options/operagx/options_operagx.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/operagx/options_operagx.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/options/tvos/options_tvos.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/tvos/options_tvos.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/options/windows/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/windows/License.txt -------------------------------------------------------------------------------- /source/3D Model Viewer/options/windows/RunnerInstaller.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/windows/RunnerInstaller.nsi -------------------------------------------------------------------------------- /source/3D Model Viewer/options/windows/Runner_Icon_256.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/windows/Runner_Icon_256.ico -------------------------------------------------------------------------------- /source/3D Model Viewer/options/windows/Runner_finish.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/windows/Runner_finish.bmp -------------------------------------------------------------------------------- /source/3D Model Viewer/options/windows/Runner_header.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/windows/Runner_header.bmp -------------------------------------------------------------------------------- /source/3D Model Viewer/options/windows/installer/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/windows/installer/license.txt -------------------------------------------------------------------------------- /source/3D Model Viewer/options/windows/options_windows.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/windows/options_windows.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/options/windows/runner_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/windows/runner_icon.ico -------------------------------------------------------------------------------- /source/3D Model Viewer/options/windows/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/windows/splash.png -------------------------------------------------------------------------------- /source/3D Model Viewer/options/windowsuap/options_windowsuap.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/options/windowsuap/options_windowsuap.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/rooms/rm_example/rm_example.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/rooms/rm_example/rm_example.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/scripts/functions/functions.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/scripts/functions/functions.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/scripts/functions/functions.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/scripts/functions/functions.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/scripts/macros/macros.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/scripts/macros/macros.gml -------------------------------------------------------------------------------- /source/3D Model Viewer/scripts/macros/macros.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/scripts/macros/macros.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/0638d719-56a9-4c66-a75e-a2d69dfc61a2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/0638d719-56a9-4c66-a75e-a2d69dfc61a2.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/094bc6c5-42da-4178-9ef4-0dfc38f06d6d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/094bc6c5-42da-4178-9ef4-0dfc38f06d6d.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/0ceb400a-5156-49ae-9507-86d4ea9eaa08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/0ceb400a-5156-49ae-9507-86d4ea9eaa08.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/0f9cd664-296d-40c7-9d1e-35d4c4c2684b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/0f9cd664-296d-40c7-9d1e-35d4c4c2684b.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/1304025c-53ab-48e2-9118-9ff47b144df6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/1304025c-53ab-48e2-9118-9ff47b144df6.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/20672b94-f84c-414c-bf31-c3bdb3e493cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/20672b94-f84c-414c-bf31-c3bdb3e493cd.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/21c3e2b2-0b40-41fe-acc9-5da5902d634a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/21c3e2b2-0b40-41fe-acc9-5da5902d634a.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/21f73e35-9a09-4b4a-b6e9-ffff1481cc62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/21f73e35-9a09-4b4a-b6e9-ffff1481cc62.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/23dc8e31-dd90-42f9-a811-46b33f0e2744.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/23dc8e31-dd90-42f9-a811-46b33f0e2744.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/2b15c324-0ca4-4553-b343-50a2796b23b8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/2b15c324-0ca4-4553-b343-50a2796b23b8.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/2d6b61c9-a073-4ca1-b477-dda0a095be3f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/2d6b61c9-a073-4ca1-b477-dda0a095be3f.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/314ac0c4-48ef-4ac1-99da-0e7936c3fe3e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/314ac0c4-48ef-4ac1-99da-0e7936c3fe3e.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/34d63c82-817f-49fe-afcd-993fadc29f10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/34d63c82-817f-49fe-afcd-993fadc29f10.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/37812ae6-c51b-4319-92d9-d2fce7b39818.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/37812ae6-c51b-4319-92d9-d2fce7b39818.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/38201428-f077-4475-81a3-7688b725fe76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/38201428-f077-4475-81a3-7688b725fe76.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/45473dd1-3390-46f1-a231-9c3724a52d36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/45473dd1-3390-46f1-a231-9c3724a52d36.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/4588e73b-327a-4d46-94f9-436504c9aff0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/4588e73b-327a-4d46-94f9-436504c9aff0.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/4a768da1-f2f5-4b4a-a325-26c780f61433.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/4a768da1-f2f5-4b4a-a325-26c780f61433.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/4fb6f0fb-6de2-4707-8299-c13ef950b885.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/4fb6f0fb-6de2-4707-8299-c13ef950b885.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/50cc9ca5-a337-4617-bf1c-446baeab983e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/50cc9ca5-a337-4617-bf1c-446baeab983e.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/5246d612-d50c-42c9-a4dc-fffa201a734a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/5246d612-d50c-42c9-a4dc-fffa201a734a.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/5c8f9e7c-db32-4961-992b-7ab2b16a249e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/5c8f9e7c-db32-4961-992b-7ab2b16a249e.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/61abe727-19ea-4342-b97c-f3bd52beeb79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/61abe727-19ea-4342-b97c-f3bd52beeb79.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/67da1ff6-e753-4162-b9eb-b2e1175c34ea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/67da1ff6-e753-4162-b9eb-b2e1175c34ea.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/7698940c-6747-4674-8d7b-c90b54c937b4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/7698940c-6747-4674-8d7b-c90b54c937b4.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/7714a809-c1f9-4807-b871-0764f63de988.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/7714a809-c1f9-4807-b871-0764f63de988.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/77fc921c-c989-4378-b36f-a1085647ec66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/77fc921c-c989-4378-b36f-a1085647ec66.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/7932b5ae-3ce0-4d33-ab33-f1411caf058a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/7932b5ae-3ce0-4d33-ab33-f1411caf058a.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/84a0b706-06b0-4d18-b6f6-90911724dc7b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/84a0b706-06b0-4d18-b6f6-90911724dc7b.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/85affb4c-231e-4c1a-8d32-8d9fab98db7e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/85affb4c-231e-4c1a-8d32-8d9fab98db7e.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/873b8602-5288-4921-85b2-17ac6b897b12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/873b8602-5288-4921-85b2-17ac6b897b12.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/8bcab37b-4e92-4c82-9e8a-19090ff92c9b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/8bcab37b-4e92-4c82-9e8a-19090ff92c9b.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/8da88f92-a20c-4520-86f3-0c2f60c20345.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/8da88f92-a20c-4520-86f3-0c2f60c20345.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/999bd5b8-de89-4197-b63a-d722b4a4fe35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/999bd5b8-de89-4197-b63a-d722b4a4fe35.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/9ed3aad0-fa0f-4a1a-9c4c-6b5d2e1c4592.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/9ed3aad0-fa0f-4a1a-9c4c-6b5d2e1c4592.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/a78755a0-86e0-4156-a6bc-8bf4036e9055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/a78755a0-86e0-4156-a6bc-8bf4036e9055.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/b1ee8931-cc62-4784-af1d-819419033551.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/b1ee8931-cc62-4784-af1d-819419033551.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/b5d7b28b-5b7b-4f93-9bda-ded44c56b691.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/b5d7b28b-5b7b-4f93-9bda-ded44c56b691.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/bac48ecb-5f36-4c78-a70b-26d950ec63f0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/bac48ecb-5f36-4c78-a70b-26d950ec63f0.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/bdfb5047-2297-4eaf-987a-46bbad9d33e9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/bdfb5047-2297-4eaf-987a-46bbad9d33e9.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/be053013-94cd-4204-8d6c-1a26ca6be499.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/be053013-94cd-4204-8d6c-1a26ca6be499.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/be07708f-c097-4a12-9122-dd8dea456bf2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/be07708f-c097-4a12-9122-dd8dea456bf2.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/be1ddc5d-9c5b-4003-9242-e61005178ca1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/be1ddc5d-9c5b-4003-9242-e61005178ca1.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/c0c01294-91ed-4f8d-81f1-3360df8dbb1f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/c0c01294-91ed-4f8d-81f1-3360df8dbb1f.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/c1532b6c-da3c-48a0-a936-5c59f2970620.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/c1532b6c-da3c-48a0-a936-5c59f2970620.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/c2a769d7-923a-4d20-a08a-2f7ef3295114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/c2a769d7-923a-4d20-a08a-2f7ef3295114.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/c55763d4-d98a-4270-bb37-4284aab698dd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/c55763d4-d98a-4270-bb37-4284aab698dd.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/d07d0400-72c0-4c8a-aded-70608bd36232.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/d07d0400-72c0-4c8a-aded-70608bd36232.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/d1538bc8-f7be-4189-93ed-e83b25c78422.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/d1538bc8-f7be-4189-93ed-e83b25c78422.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/d2c8c88a-f6be-4222-8731-a2c086b275cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/d2c8c88a-f6be-4222-8731-a2c086b275cc.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/d34c49eb-6564-4f54-86de-af5d1944f1bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/d34c49eb-6564-4f54-86de-af5d1944f1bd.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/d7d3ea40-2596-4622-b4db-2a1ad67a3d5d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/d7d3ea40-2596-4622-b4db-2a1ad67a3d5d.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/d82cc809-22ad-4a68-8d43-c2747c13f4e3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/d82cc809-22ad-4a68-8d43-c2747c13f4e3.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/dc28f729-7267-40a7-8d72-a14b66b2c32e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/dc28f729-7267-40a7-8d72-a14b66b2c32e.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/e0c91714-ea4c-4a50-86b9-0226102994f3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/e0c91714-ea4c-4a50-86b9-0226102994f3.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/e14bf24b-5b9c-4035-adc1-d41dd17f4ccc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/e14bf24b-5b9c-4035-adc1-d41dd17f4ccc.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/ea891ac0-3a1d-4c91-9f4c-1ed5664fd844.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/ea891ac0-3a1d-4c91-9f4c-1ed5664fd844.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/ee506626-5555-4daf-9572-5c82cca239a0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/ee506626-5555-4daf-9572-5c82cca239a0.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/fb04380b-441c-4d46-a0ef-01438b12fbaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/fb04380b-441c-4d46-a0ef-01438b12fbaf.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/fb482759-e793-4009-b942-1b13dce26b4c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/fb482759-e793-4009-b942-1b13dce26b4c.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/0638d719-56a9-4c66-a75e-a2d69dfc61a2/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/0638d719-56a9-4c66-a75e-a2d69dfc61a2/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/094bc6c5-42da-4178-9ef4-0dfc38f06d6d/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/094bc6c5-42da-4178-9ef4-0dfc38f06d6d/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/0ceb400a-5156-49ae-9507-86d4ea9eaa08/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/0ceb400a-5156-49ae-9507-86d4ea9eaa08/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/0f9cd664-296d-40c7-9d1e-35d4c4c2684b/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/0f9cd664-296d-40c7-9d1e-35d4c4c2684b/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/1304025c-53ab-48e2-9118-9ff47b144df6/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/1304025c-53ab-48e2-9118-9ff47b144df6/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/20672b94-f84c-414c-bf31-c3bdb3e493cd/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/20672b94-f84c-414c-bf31-c3bdb3e493cd/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/21c3e2b2-0b40-41fe-acc9-5da5902d634a/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/21c3e2b2-0b40-41fe-acc9-5da5902d634a/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/21f73e35-9a09-4b4a-b6e9-ffff1481cc62/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/21f73e35-9a09-4b4a-b6e9-ffff1481cc62/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/23dc8e31-dd90-42f9-a811-46b33f0e2744/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/23dc8e31-dd90-42f9-a811-46b33f0e2744/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/2b15c324-0ca4-4553-b343-50a2796b23b8/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/2b15c324-0ca4-4553-b343-50a2796b23b8/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/2d6b61c9-a073-4ca1-b477-dda0a095be3f/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/2d6b61c9-a073-4ca1-b477-dda0a095be3f/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/314ac0c4-48ef-4ac1-99da-0e7936c3fe3e/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/314ac0c4-48ef-4ac1-99da-0e7936c3fe3e/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/34d63c82-817f-49fe-afcd-993fadc29f10/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/34d63c82-817f-49fe-afcd-993fadc29f10/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/37812ae6-c51b-4319-92d9-d2fce7b39818/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/37812ae6-c51b-4319-92d9-d2fce7b39818/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/38201428-f077-4475-81a3-7688b725fe76/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/38201428-f077-4475-81a3-7688b725fe76/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/45473dd1-3390-46f1-a231-9c3724a52d36/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/45473dd1-3390-46f1-a231-9c3724a52d36/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/4588e73b-327a-4d46-94f9-436504c9aff0/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/4588e73b-327a-4d46-94f9-436504c9aff0/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/4a768da1-f2f5-4b4a-a325-26c780f61433/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/4a768da1-f2f5-4b4a-a325-26c780f61433/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/4fb6f0fb-6de2-4707-8299-c13ef950b885/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/4fb6f0fb-6de2-4707-8299-c13ef950b885/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/50cc9ca5-a337-4617-bf1c-446baeab983e/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/50cc9ca5-a337-4617-bf1c-446baeab983e/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/5246d612-d50c-42c9-a4dc-fffa201a734a/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/5246d612-d50c-42c9-a4dc-fffa201a734a/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/5c8f9e7c-db32-4961-992b-7ab2b16a249e/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/5c8f9e7c-db32-4961-992b-7ab2b16a249e/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/61abe727-19ea-4342-b97c-f3bd52beeb79/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/61abe727-19ea-4342-b97c-f3bd52beeb79/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/67da1ff6-e753-4162-b9eb-b2e1175c34ea/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/67da1ff6-e753-4162-b9eb-b2e1175c34ea/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/7698940c-6747-4674-8d7b-c90b54c937b4/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/7698940c-6747-4674-8d7b-c90b54c937b4/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/7714a809-c1f9-4807-b871-0764f63de988/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/7714a809-c1f9-4807-b871-0764f63de988/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/77fc921c-c989-4378-b36f-a1085647ec66/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/77fc921c-c989-4378-b36f-a1085647ec66/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/7932b5ae-3ce0-4d33-ab33-f1411caf058a/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/7932b5ae-3ce0-4d33-ab33-f1411caf058a/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/84a0b706-06b0-4d18-b6f6-90911724dc7b/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/84a0b706-06b0-4d18-b6f6-90911724dc7b/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/85affb4c-231e-4c1a-8d32-8d9fab98db7e/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/85affb4c-231e-4c1a-8d32-8d9fab98db7e/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/873b8602-5288-4921-85b2-17ac6b897b12/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/873b8602-5288-4921-85b2-17ac6b897b12/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/8bcab37b-4e92-4c82-9e8a-19090ff92c9b/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/8bcab37b-4e92-4c82-9e8a-19090ff92c9b/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/8da88f92-a20c-4520-86f3-0c2f60c20345/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/8da88f92-a20c-4520-86f3-0c2f60c20345/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/999bd5b8-de89-4197-b63a-d722b4a4fe35/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/999bd5b8-de89-4197-b63a-d722b4a4fe35/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/9ed3aad0-fa0f-4a1a-9c4c-6b5d2e1c4592/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/9ed3aad0-fa0f-4a1a-9c4c-6b5d2e1c4592/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/a78755a0-86e0-4156-a6bc-8bf4036e9055/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/a78755a0-86e0-4156-a6bc-8bf4036e9055/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/b1ee8931-cc62-4784-af1d-819419033551/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/b1ee8931-cc62-4784-af1d-819419033551/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/b5d7b28b-5b7b-4f93-9bda-ded44c56b691/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/b5d7b28b-5b7b-4f93-9bda-ded44c56b691/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/bac48ecb-5f36-4c78-a70b-26d950ec63f0/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/bac48ecb-5f36-4c78-a70b-26d950ec63f0/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/bdfb5047-2297-4eaf-987a-46bbad9d33e9/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/bdfb5047-2297-4eaf-987a-46bbad9d33e9/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/be053013-94cd-4204-8d6c-1a26ca6be499/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/be053013-94cd-4204-8d6c-1a26ca6be499/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/be07708f-c097-4a12-9122-dd8dea456bf2/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/be07708f-c097-4a12-9122-dd8dea456bf2/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/be1ddc5d-9c5b-4003-9242-e61005178ca1/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/be1ddc5d-9c5b-4003-9242-e61005178ca1/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/c0c01294-91ed-4f8d-81f1-3360df8dbb1f/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/c0c01294-91ed-4f8d-81f1-3360df8dbb1f/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/c1532b6c-da3c-48a0-a936-5c59f2970620/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/c1532b6c-da3c-48a0-a936-5c59f2970620/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/c2a769d7-923a-4d20-a08a-2f7ef3295114/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/c2a769d7-923a-4d20-a08a-2f7ef3295114/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/c55763d4-d98a-4270-bb37-4284aab698dd/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/c55763d4-d98a-4270-bb37-4284aab698dd/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/d07d0400-72c0-4c8a-aded-70608bd36232/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/d07d0400-72c0-4c8a-aded-70608bd36232/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/d1538bc8-f7be-4189-93ed-e83b25c78422/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/d1538bc8-f7be-4189-93ed-e83b25c78422/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/d2c8c88a-f6be-4222-8731-a2c086b275cc/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/d2c8c88a-f6be-4222-8731-a2c086b275cc/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/d34c49eb-6564-4f54-86de-af5d1944f1bd/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/d34c49eb-6564-4f54-86de-af5d1944f1bd/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/d7d3ea40-2596-4622-b4db-2a1ad67a3d5d/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/d7d3ea40-2596-4622-b4db-2a1ad67a3d5d/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/d82cc809-22ad-4a68-8d43-c2747c13f4e3/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/d82cc809-22ad-4a68-8d43-c2747c13f4e3/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/dc28f729-7267-40a7-8d72-a14b66b2c32e/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/dc28f729-7267-40a7-8d72-a14b66b2c32e/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/e0c91714-ea4c-4a50-86b9-0226102994f3/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/e0c91714-ea4c-4a50-86b9-0226102994f3/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/e14bf24b-5b9c-4035-adc1-d41dd17f4ccc/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/e14bf24b-5b9c-4035-adc1-d41dd17f4ccc/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/ea891ac0-3a1d-4c91-9f4c-1ed5664fd844/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/ea891ac0-3a1d-4c91-9f4c-1ed5664fd844/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/ee506626-5555-4daf-9572-5c82cca239a0/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/ee506626-5555-4daf-9572-5c82cca239a0/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/fb04380b-441c-4d46-a0ef-01438b12fbaf/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/fb04380b-441c-4d46-a0ef-01438b12fbaf/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/layers/fb482759-e793-4009-b942-1b13dce26b4c/d2b1b377-4f85-45fc-a0e7-e360deafed91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/layers/fb482759-e793-4009-b942-1b13dce26b4c/d2b1b377-4f85-45fc-a0e7-e360deafed91.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_camera/spr_camera.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_camera/spr_camera.yy -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_uvcolorgrid/bfccf9fe-3d81-4d41-81bb-ba2bcdddda01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_uvcolorgrid/bfccf9fe-3d81-4d41-81bb-ba2bcdddda01.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_uvcolorgrid/layers/bfccf9fe-3d81-4d41-81bb-ba2bcdddda01/9751fbf8-e9c3-48a2-bda8-3ea026dabcfb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_uvcolorgrid/layers/bfccf9fe-3d81-4d41-81bb-ba2bcdddda01/9751fbf8-e9c3-48a2-bda8-3ea026dabcfb.png -------------------------------------------------------------------------------- /source/3D Model Viewer/sprites/spr_uvcolorgrid/spr_uvcolorgrid.yy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/3D Model Viewer/sprites/spr_uvcolorgrid/spr_uvcolorgrid.yy -------------------------------------------------------------------------------- /source/io_export_gms3d/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/io_export_gms3d/__init__.py -------------------------------------------------------------------------------- /source/io_export_gms3d/gm3d_output.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/io_export_gms3d/gm3d_output.py -------------------------------------------------------------------------------- /source/io_export_gms3d/gm3d_prep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/io_export_gms3d/gm3d_prep.py -------------------------------------------------------------------------------- /source/scratch/face-loop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/scratch/face-loop.py -------------------------------------------------------------------------------- /source/scratch/scratch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massivecatapult/gamemaker-3d-io/HEAD/source/scratch/scratch.py --------------------------------------------------------------------------------