STEAM 그룹
Blender Tutorial Community BlenderTuts
STEAM 그룹
Blender Tutorial Community BlenderTuts
34
게임 중
275
온라인
설립
2012년 10월 16일
언어
영어
위치
United States 
모든 토론 > Dota 2 Modeling > 제목 정보
Yung Pipebomb$$ 2013년 12월 16일 오후 9시 49분
These may seem like a stupid question(s)
So recently I began modeling, and have yet to upload anything (I'm still modeling) and am confused as to why the models I see are made up of things like triangles when the models I make are all squares and the such?
< >
전체 댓글 6개 중 1~6개 표시 중
HellJumper 2013년 12월 16일 오후 10시 49분 
Don't think that's a stupid question. It's not exactly intuitive until you think about it.

What is the least amount of points to make a flat polygon (face)?

1? No that would just be a point.
2? No that would be a line.
3? Yup! You can definitely make a single flat surface no matter what as long as the three point vectors are linearly independent.
4? Nope. You can technically have non-faces with 4 points.

Let's take a look:

From the top, both these polygons look flat (left is a quad, right is a tri):
http://i.imgur.com/BSCQ9PB.png

However, you'll notice that from a different angle, the 4-faced polygon isn't actually flat...
http://i.imgur.com/lCLn9w2.png

3D Programs can work with quads just fine, but engines limit their models to tris because that is the minimum amount to make faces. When you export your own models via the smd exporter, you'll notice that it automatically triangulates your model (Try it: Export a test model as an smd file > import it back into blender > suddenly it will be made up of tris instead of quads).

Obviously modelers don't model with tris... They model with quads first, and then go in and detail (manually editing stuff, sculpting, etc).
Yung Pipebomb$$ 2013년 12월 17일 오후 3시 10분 
Thank you very much! This was helpful. Also, your modeling guides are very helpfull!
Ropelinku 2013년 12월 17일 오후 3시 58분 
"Obviously modelers don't model with tris..."
...
...
...
why did i ctrl + T and then save?!??!? T-T
xD
QuestionablyInsane 2013년 12월 18일 오전 10시 16분 
Fear not citizen!... use Alt + J so convert a selection of triangles into quads!
QuestionablyInsane 님이 마지막으로 수정; 2013년 12월 18일 오전 10시 17분
HellJumper 2013년 12월 18일 오전 10시 44분 
But not with 100% accuracy. It's easy to go from quads to tris. Not so easy to go from tris to quads.
QuestionablyInsane 2013년 12월 18일 오전 10시 51분 
Yeah you got me. Still It's a good start and good for people to know if they don't. For the few triangles that don't convert to quads then i would recomment selecting the edges you want to get rid of and press x to delete and choose disolve edge.
QuestionablyInsane 님이 마지막으로 수정; 2013년 12월 18일 오전 10시 53분
< >
전체 댓글 6개 중 1~6개 표시 중
페이지당 표시 개수: 1530 50

모든 토론 > Dota 2 Modeling > 제목 정보