Tagged Questions
-1
votes
1answer
260 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 ...
2
votes
1answer
353 views
3d point cloud render from x,y,z 2d array with texture
Need some direction on 3d point cloud display using OpenGL in c++ (vs2008). I am brand new to OpenGL and trying to do a 3d point cloud display with a texture. I have 3 2D arrays (each same size ...
2
votes
4answers
1k views
3d point cloud reconstruction using in c++
I've got a project which involves 3D reconstruction if point clouds from a 3D scanner. Being relatively new to the computer vision field I'm in the dark. The objective of the project is to implement ...
6
votes
2answers
482 views
Best approach to selecting programming languages and 3D graphics API for simulating physics experiments
I am starting a research project and need to nail down a programming language and 3D graphics API where I will be creating an environment in the field of molecular cell biology where I will be ...
2
votes
6answers
634 views
Starting with 3D programming
I will be working on a 3D project and i need to learn c++ and opengl fast. as i have heard it is the best combination to do graphics. I would also like your recommendation on this book
I came ...