Tagged Questions
-1
votes
1answer
247 views
How to move a car around an environment with hills in C++?
I don't have any code for this since I don't know how I am meant to do this.
I have a car and I am able to move it around on a flat plane and I have that working correctly. However, I want it to also ...
1
vote
2answers
141 views
Rotate, Scale and Transform in video games
IF a 3 dot vector and a 3x3 matrix can rotate, scale and transform things in a virtual 3D space, could you use a 3x3x3 matrix and a 3.3.3 vector to do something to the games sense of time?
6
votes
6answers
3k views
Rendering trillions of “atoms” instead of polygons?
I just saw a video about what the publishers call the "next major step after the invention of 3D". According to the person speaking in it, they use a huge amount of atoms grouped into clouds instead ...