Jump to content


Derme

Member Since 18 Dec 2008
Online Last Active Today, 12:49 AM

Topics I've Started

Extension: J3D (Threejs Extension)

15 May 2013 - 05:08 AM

J3D is a extension for GameMaker: Studio that makes it possible to build 3D games for HTML5 via the ThreeJS JavaScript library, no plugins needed! Currently only tested/works in Google Chrome.

 

The project is still got awhile to go before you can make a full game with it, but as I won't be able to work on it for awhile I decided to just release it as-is and let everyone have some fun with it.

 

 

 
 
 

 

Screen+Shot+2013-05-10+at+10.29.09+PM.pn

General Notes:

  • When you re-save the base project you have to change the name of the projects JS file in the custom HTML index page as GameMaker names it whatever the project is called.
  • Can break very easily, watch out.

 

 

Release Notes:

r1:
  • Some functions are still missing/not fully defined
  • Custom model and texture importing is on the to do list!
  • Function names aren't final, future versions may break your project

 

Next Release:

  • Continue to integrate ThreeJS functions
  • Add in custom textures
  • Add in custom models

The Glass is Falling

04 February 2013 - 11:22 AM

Posted Image


Oh No! You've pushed Misty, your prized 19th century glass, off the table. Luckily the air current seems to be in your favour, compress the air by dragging and dropping the air particles and save Misty from extinction!

FEATURES:
- Physics
- Online Scoreboard


Posted Image
Posted Image

Download:
Posted Image



I'd love feedback from you guys/girls about what I can add or improve! :)/>

[3D] Yellow Haze on External Model Texture

06 November 2012 - 02:07 AM

It's been awhile since I've played around with GM's 3D but I was bored and decided to try mess around a bit with the tutorial.

When I've gone on to add a external 3D model, it displays the model correctly, but the texture appears yellow.

This is what the model should look like (and does look like in 8.1):
Posted Image

This is what the model looks like in Studio:
Posted Image

So has something changed in GMS when it comes to handling textures? Or is this a bug?


GameMaker 8.1 Project: https://dl.dropbox.c...Model_Demo.gm81
GameMaker Studio Project: https://dl.dropbox.c...DModel_Demo.gmz

[Solved] Unable to get JS Extension to run

02 November 2012 - 08:36 AM

Alright so I've been trying to make a JS extension, but I haven't got very far yet.

Have run in debug mode and checked that the extension is loaded, it just doesn't seem to do anything.

JavaScript:
function myMessage()
{
	window.alert("Hello World");
}

GML - Alarm (2 seconds after page loads)
js_message_display();

But nothing happens, any help is appreciated.

Here is a copy of my GEX.

In App Screenshot

28 September 2012 - 03:16 PM

So I was wondering if it's possible to take a screenshot with a function like sprite_create_from_screen(); and save it to the gallery.

Also I was wondering if it is possible to load a image from the gallery on Android.