Game Maker 8.1: How to Draw 3D Models, using Code.
Visit my MC Anime site: https://mcanime1.wixsite.com/mcanime
Paypal Donate: http://bit.do/fkPAb
GM81 File: http://bit.do/fkN96
obj_block
draw
var tex;
tex=background_get_texture(texture_wall1);
d3d_draw_block(20, 70, 1, 80, 100, 20, tex, 4, 4);
obj_cone
draw
var tex;
tex=background_get_texture(texture_floor);
d3d_draw_cone(40,50,1,100,80,60,tex,5,5,32,32);
obj_ellipsoid
draw
var tex;
tex=background_get_texture(texture_floor);
d3d_draw_ellipsoid(40,40,1,80,80,80,tex,5,5,32);
obj_cylinder
draw
var tex;
tex=background_get_texture(texture_wall1);
d3d_draw_cylinder(40,40,1,80,80,60,tex,5,5,32,32);
Other Videos By MC Designs
2020-02-15 | Game Maker 8.1: How to Create a Cursor, Hide & Reveal Inventory, & Fix Load Glitch. |
2020-02-09 | Game Maker Studio: (Part 2) How to Create Virtual Keys for Android? |
2020-02-01 | Game Maker Studio: (Part 1) How to Create Virtual Keys for Android? |
2020-01-26 | Game Maker 8.1: How to Create a Save, Load, & Ice. |
2020-01-18 | Game Maker 8.1: How to Create Columns & Slicers. |
2020-01-11 | Game Maker 8.1: How to Press ENTER Once, without using all of you're Crystals. |
2020-01-05 | Game Maker 8.1: How to Collect & Store you're Crystals. |
2019-12-29 | Game Maker 8.1: (Part2) Fixing Glitches & Create Poison Gas. |
2019-12-29 | Game Maker 8.1: (Part1) Fixing Glitches & Create Poison Gas. |
2019-12-21 | Game Maker 8.1: How to Create Angle Walls, & fix Items Pickup Issues. |
2019-12-14 | Game Maker 8.1: How to Draw 3D Models, using Code. |
2019-12-07 | Game Maker 8.1: How to Create a Outside Sky with Rain. |
2019-12-01 | Game Maker 8.1: How to Create Animated Torches on the Walls & Adding Monsters. |
2019-11-24 | Game Maker 8.1: (Part 3) How to Create Bad Guy, Firing Weapon. |
2019-11-24 | Game Maker 8.1: (Part 2) How to Create Bad Guy, Firing Weapon. |
2019-11-24 | Game Maker 8.1: (Part 1) How to Create Bad Guy, Firing Weapon. |
2019-11-16 | Game Maker 8.1: How to Create Cell Door PNG, Fire Pit, Load Game, & Favicon image. |
2019-11-09 | Game Maker 8.1: How to Move through Walls, & Create you're own Fog Areas. |
2019-11-02 | Game Maker 8.1: How to Move to the Next Room, Weapons, & Ammo Count. |
2019-10-26 | Game Maker Studio: How to Show Final Hit Effect for Player & Boss, before Game Ends. |
2019-10-19 | Game Maker Studio: How to Collect Partial or Full Health. |
Tags: water
retangle
grass
windows
pc
computer
move
maze
how
learn
teach
find
room
player
d3d
set
code
weapon
texture
image
fps
walls
wall
animate
animated
stone
background
bg
sprite
height
width
outside
3d
drawn
cone
block
sphere
cylinder
ellipsoid
true
model
var
tex
get