good stuff .... it's kind of hard to find some advanced tutorials .... is it hard to create a 3D flight simulator ? something like the BF1942 ? with physics , collision , different camera types ? .... maybe realtime modding of the map ?
Hey,it depends really.If your aims are to model a camera flying over a grass field then that is possible if you know the basics of 3D graphics.physics or better graphics are harder to implement.BF1942 would have required a skilled team to make, but its possible to recreate some of the look and feel of the game on your own, you just need to spend a lot of time learning. my next lesson covers the basics of the camera and 3D, so it will be relevant for what you need, it'l be up in a couple of days.
awesome material
naturalyshocked 4 months ago
thanks!! much appreciated
mntamim 1 year ago
great tutorial, but using "delete [] myApp;" should be replaced by "delete myApp;" because it's not an array, shouldn't it?
Diosukekun 1 year ago
Just wanted to thank you for these. Cheers!
LakierosJordy 1 year ago
good stuff .... it's kind of hard to find some advanced tutorials .... is it hard to create a 3D flight simulator ? something like the BF1942 ? with physics , collision , different camera types ? .... maybe realtime modding of the map ?
phnxrzn2007 3 years ago
Hey,it depends really.If your aims are to model a camera flying over a grass field then that is possible if you know the basics of 3D graphics.physics or better graphics are harder to implement.BF1942 would have required a skilled team to make, but its possible to recreate some of the look and feel of the game on your own, you just need to spend a lot of time learning. my next lesson covers the basics of the camera and 3D, so it will be relevant for what you need, it'l be up in a couple of days.
BenWells3D 3 years ago