How to get interpolated normal of triangle?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have this 3D Triangle of which I want to get the interpolated normal of V3.
I know how to get the normal per triangle face, but I don't know how to get to interpolated normal.
I would calculate cross(v4-v1, v2-v1), but that would give me only the normal for the whole face.
Can you help?
geometry computer-vision
add a comment |Â
up vote
0
down vote
favorite
I have this 3D Triangle of which I want to get the interpolated normal of V3.
I know how to get the normal per triangle face, but I don't know how to get to interpolated normal.
I would calculate cross(v4-v1, v2-v1), but that would give me only the normal for the whole face.
Can you help?
geometry computer-vision
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have this 3D Triangle of which I want to get the interpolated normal of V3.
I know how to get the normal per triangle face, but I don't know how to get to interpolated normal.
I would calculate cross(v4-v1, v2-v1), but that would give me only the normal for the whole face.
Can you help?
geometry computer-vision
I have this 3D Triangle of which I want to get the interpolated normal of V3.
I know how to get the normal per triangle face, but I don't know how to get to interpolated normal.
I would calculate cross(v4-v1, v2-v1), but that would give me only the normal for the whole face.
Can you help?
geometry computer-vision
asked Jul 30 at 12:33


Saphire
1313
1313
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
I suspect you are looking for the vertex normal. As stated in the link, it is the normalized average of the surface normals of the faces that contain that vertex.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I suspect you are looking for the vertex normal. As stated in the link, it is the normalized average of the surface normals of the faces that contain that vertex.
add a comment |Â
up vote
0
down vote
I suspect you are looking for the vertex normal. As stated in the link, it is the normalized average of the surface normals of the faces that contain that vertex.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I suspect you are looking for the vertex normal. As stated in the link, it is the normalized average of the surface normals of the faces that contain that vertex.
I suspect you are looking for the vertex normal. As stated in the link, it is the normalized average of the surface normals of the faces that contain that vertex.
answered Jul 30 at 17:15
Jens
3,0162826
3,0162826
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2866974%2fhow-to-get-interpolated-normal-of-triangle%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password