Questions tagged [3d-model]

A mathematical representation of any three-dimensional surface of an object.

272 questions
-2
votes
1 answer

How to rotate a vector in opengl?

I want to rotate my object,when I use glm::rotate. It can only rotate on X,Y,Z arrows. For example,Model = vec3(5,0,0) if i use Model = glm::rotate(Model,glm::radians(180),glm::vec3(0, 1, 0)); it become vec3(-5,0,0) i want a API,so i can rotate on…
kevin su
  • 414
  • 1
  • 6
  • 19
-3
votes
1 answer

3d Modeling - How do I make a 3d model that’s complex?

So, I’m attempting to create a 3d model of a bow (and arrow). I have some experience with making 3d models but nothing this complicated. I’ve created the 2d sketch of it and then extruded it to make it 3d, but I can’t figure out how to round the…
Kyris
  • 33
  • 5
1 2 3
18
19