Create model using DirectX11

Started by
2 comments, last by YixunLiu 6 years, 9 months ago

Hi,

I need to render some simple geometry such as cone and sphere etc.

I would like to know does DirectX has some functions to generate these simple models?

 

Thanks.

 

YL

Advertisement

Hi, YixunLui.

To do that you can load a 3D model using a library like Assimp or you could have your own geometry generator in the application.

Here, you can see an example of some methods to generate some shapes like spheres, cylinders, cubes, etc.

Thank you so much!

This topic is closed to new replies.

Advertisement