Creating a NormalTag
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/01/2011 at 10:56, xxxxxxxx wrote:
How can I set up a NormalTag from Python? I can jam a lot of normal data into a VariableTag, but what is the right type? And should it be 4 normals per facet as with UVWs?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/01/2011 at 11:02, xxxxxxxx wrote:
Hopefully someone will correct me if I'm wrong, but it doesn't appear to be wrapped yet in the Python API. As far as I can tell, it's only possible in C++ currently.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/01/2011 at 15:11, xxxxxxxx wrote:
@pyanimator: Rick is right, but what are you trying to achieve?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/01/2011 at 03:02, xxxxxxxx wrote:
He propably tries to define custom vertex normals for a polygon geometry
If he writes an importer for some kind of geometry format, that is the way to go. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 24/01/2011 at 08:03, xxxxxxxx wrote:
Exactly, what I'm doing includes geometry, and that geometry often already comes with vertex normal supplied.