Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/08/2010 at 16:01, xxxxxxxx wrote:
User Information: Cinema 4D Version: Platform: Language(s) :
--------- Hi,
is there a normal tag in c4d that lets me assign my own normals to a polygonobject? I thought I saw that some time ago but I am not sure if it was a c4d tag or a custom tag.
Also some info or better example on how to fill the tag would be nice. I am in a real hurry!
thanks in advance and appreciate any help
On 31/08/2010 at 22:03, xxxxxxxx wrote:
Yes. Tnormal
Normals tag. (Contains 12 WORDs per polygon, enumerated like the following: ax,ay,az,bx,by,bz,cx,cy,cz,dx,dy,dz. The value is the Real value of the normal vector component multiplied by 32000.0.)
WORD
ax,ay,az,bx,by,bz,cx,cy,cz,dx,dy,dz
32000.0
It is a VariableTag so you should expect to use the methods there to get at that data.
On 01/09/2010 at 02:31, xxxxxxxx wrote:
Ah! Yes, that´s what I needed. Super, thank you!