Questions tagged [face]
The face tag has no summary.
15 questions
0 votes
0 answers
55 views
Is there a way to prevent probuilderize deleting faces?
I have used Probuilder to "probuilderize" the interior of a building however when I do this faces get deleted all over the model. I know it is definitely Probuilder causing this as when I ...
2 votes
1 answer
2k views
Unity: How can I find the center position of a particular triangle?
I need to face an object from a central point directly through any one of many triangles which are faces on an icosphere whose position is centered on that point. Is there a way to get the center ...
0 votes
1 answer
169 views
Easy way to generate colour-per-vertex models for input to Blender
I procedurally generate 3D planet models that I would like to import into Blender. I use colour per vertex rendering in my shaders (In practice, I use the same colour for all vertices of a face, but ...
0 votes
0 answers
72 views
How to get the "(human) Face" position from Webcam Texture
I am searching a way to recalculate the current Position of the Face in "Virtual World Position" From a Webcam Texture. I was thinking about a way to solve this via taking the Average Pupillary ...
0 votes
3 answers
6k views
How can I make a trail renderer flat with the normal of the nearest face?
I'm making a basic skid system for a car model using a trail renderer. I have everything setup and working properly except that the trail renderer always faces the camera. I want the trails to be ...
3 votes
3 answers
16k views
In Unity, how do I dynamically manipulate parts of a mesh?
I'm trying to achieve mesh manipulation of any mesh based on user input (mostly sliders). Here's an example of what I want. I am not sure whether to call this "morphing", as I am trying to change one ...
3 votes
1 answer
906 views
How do I use the morpher modifier in 3dsmax to morph into several targets simultaneously?
I have a 3D-Face from Facegen here including all necessary phenomes' positions. But these targets are separated into upper, lower teeth, sock and eyes. How do I combine them for the face to morph into ...
14 votes
2 answers
4k views
How to gain accurate results with Painter's algorithm?
A while ago I asked how to determine when a face is overlapping another. The advice was to use a Z-buffer. However, I cannot use a Z-buffer in my current project and hence I would like to use the ...