Greetings.
I am attempting to make a simple program using elements of ChaseCamera and Particle3D. The difference in model handling is that the model class derives from DrawableGameComponent
and is added in the Game class, with Initialize, Draw, ect, being overrided.
I put in the code from Particle3D and my "floor" ...