Sunday, March 23, 2008

On game maker 7.0 for windows how do i switch over to 3d mode? -

on game maker 7.0 in help, it says that you can change from 2d to 3d graphics, but it doesn t make it clear how to do it?

Use this code { // initialize 3D d3d_start(); d3d_set_hidden(true); d3d_set_lighting(false); d3d_set_culling(false); d3d_set_fog(true,c_black,10,300); } That will set more than just the 3-d, also lighting and fog ect. are added. But to just switch to 3-d use d3d_start();

http://www.freewebs.com/game-m... game maker help Report Abuse

0 comments:

Post a Comment