Caprier
@caprier
New Member
Joined: Feb 14, 2024
Topics: 21 / Replies: 91
Reply
RE: classOf() at a precise point in the stack?

YES! You’ve nailed it. I knew there had to be something simple I overlooked. Thanks a ton, Denis. The macro moves texture vertices around and is run …

14 years ago
Forum
Reply
RE: classOf() at a precise point in the stack?

Hi Denis. Unfortunately testing the superclass won’t do. An editable poly’s superclass is GeometryClass too but the tool I’m developing works only on…

14 years ago
Forum
Reply
RE: classOf() at a precise point in the stack?

Please read my first post carefully.

14 years ago
Forum
Reply
RE: classOf() at a precise point in the stack?

stigatle, I really appreciate that you’re trying to help but my question is about evaluating the class of the object, not of its modifiers.

14 years ago
Forum
Reply
RE: classOf() at a precise point in the stack?

Hu? What loop? What code? I was wondering if there was a way to evaluate directly the class of an object at a precise point in the stack. The code…

14 years ago
Forum
Topic
Forum
Replies: 14
Views: 45
Reply
RE: I don't understand the "W" in "UVW"

If I understand correctly, in your 3rd image you’re using box mapping. In this case it’s like a planar mapping applied from the three directions only …

14 years ago
Forum
Reply
RE: I don't understand the "W" in "UVW"

For example, with a plane primitive, the UV map is a planar projection going from U=0…1 and V=0…1. W is always zero. (As I expect it, with planar proj…

14 years ago
Forum
Reply
RE: exit pick mode on close?

Thanks for the prompt reply. Works just fine.

14 years ago
Forum
Topic
Forum
Replies: 2
Views: 10
Reply
RE: color(diffuse) value at vertex location?

@PiXeL_MoNKeY: I don’t do anything different. My code is pretty similar to plastic’s (see the link in his post). Don’t get me wrong. I appreciate that…

14 years ago
Forum
Reply
RE: color(diffuse) value at vertex location?

PiXeL_MoNKeY: I am listening and I’m aware of the differences between object mesh and texture mesh. We seem to desagree on the meaning of ‘barycentri…

14 years ago
Forum
Reply
RE: color(diffuse) value at vertex location?

@PiXeL_MoNKeY: I don’t need barycentric coordinates because I want the color at the vertices’ positions, not in the middle of a face. My question was …

14 years ago
Forum
Reply
RE: color(diffuse) value at vertex location?

Thanks for the tip, harefort. I’m getting there

14 years ago
Forum
Reply
RE: color(diffuse) value at vertex location?

barycentric coordinates? I’m trying to read the RGB value at a certain location on the surface from a material’s diffuse component, not to locate a po…

14 years ago
Forum
Page 2 / 8