Combine 3D objects in XNA 4
- by Christoph
Currently I am writing on my thesis for university, the theme I am working on is 3D Visualization of hierarchical structures using cone trees.
I want to do is to draw a cone and arrange a number of spheres at the bottom of the cone. The spheres should be arranged according to the radius and the number of spheres correctly.
As you can imagine I…