im building a tool for my 3D Modelers to get a model into the game and im learning D3D at the same time.

ive got the mesh loading and GUI setup but i need to somehow get the names of the objects in the model so i can assign physics to that object and draw a bounding box around it.

how would i get the object name and the vertices to calculate the bounding box?

thanks