The first part of the Blitz3D programming for beginners, we’ll be looking at the basics of 3D followed by making a full 3D game in later parts.
Enjoy, don’t forget to comment and check out my blog!
Code (Copy and paste the below into Blitz)
Graphics3D 640,480,32,2
camera = CreateCamera()
cube = CreateCone
;get rid of ambient lighting
AmbientLight 0,0,0
light = CreateLight()
MoveEntity light,10,0,0
MoveEntity camera,0,0,-5
While Not KeyDown(1)
TurnEntity cube,0.2,0.4,0.5
RenderWorld()
Flip
Wend
End
3 views
2884
879
5 months ago 00:32:51 1
Waking Up After A MASSIVE Containment Breach ! SCP Security Stories Mod [ Part One ]
8 months ago 00:05:00 1
Sonic the Hedgehog- The Live Action Film (Sonic Video Contest Submission)
3 years ago 00:05:04 16
Evolution of Blitz3D Engine Games 2002-2012
8 years ago 00:00:46 2
Blitz3D
8 years ago 00:03:36 2
Blitz3D for beginners - Part 2
8 years ago 00:08:06 3
Blitz3D for beginners - Part1
8 years ago 00:08:50 6
Blitz Basic Programming for Beginners - Part 10
8 years ago 00:09:23 9
Blitz Basic Programming for Beginners - Part 9
8 years ago 00:09:15 3
Blitz Basic Programming for Beginners - Part 8
8 years ago 00:09:55 2
Blitz Basic Programming for Beginners - Part 7
8 years ago 00:08:34 2
Blitz Basic Programming for Beginners - Part 6
8 years ago 00:09:26 2
Blitz Basic Programming for Beginners - Part 5
8 years ago 00:09:59 2
Blitz Basic Programming for Beginners - Part 4
8 years ago 00:08:59 3
Blitz Basic Programming for Beginners - Part 3
8 years ago 00:08:33 5
Blitz Basic Games Programming for Beginners - Part 2
8 years ago 00:02:34 4
Blitz Basic Games Programming for Beginners - Part 1