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 11/04/2010 at 13:06, xxxxxxxx wrote:
User Information: Cinema 4D Version: r11 Platform: Language(s) : C++ ;
--------- hi there,
can anyone give me a hint how i can get the uv coordinates at a certain point or polygon of an object? is it GetUVW(...) what i need to use here? if so, how do i know that i need to use for uvwind?
thanks in advance, ello
On 12/04/2010 at 02:16, xxxxxxxx wrote:
Please provide more information. What kind of plugin, etc.
cheers, Matthias
On 12/04/2010 at 03:45, xxxxxxxx wrote:
Hi Matthias, i have a generator plugin which creates clones on another mesh. There i want to pass the uvw coordinates at the point where the clones are generated to the clones itself so i can do other things , for example transformations based on the uvw coordinates
cheers, ello
On 12/04/2010 at 07:07, xxxxxxxx wrote:
In this case you have to get the UVW coordinates from the UVW tag and interpolate manually across the surface.
On 12/04/2010 at 07:22, xxxxxxxx wrote:
thank you very much. but what can i do if there is no UVW tag??
On 12/04/2010 at 07:27, xxxxxxxx wrote:
Then you have to create the UVs manually. Please check the TexData structure for example code of Cinema's texture projections.
On 12/04/2010 at 07:41, xxxxxxxx wrote:
thanks again.. cheers, ello