plastic
@plastic
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 154
Reply
14 years ago
Forum
Reply
RE: Selecting by name and collecting

even simpler: for i in $pointO_* do rotate i (angleaxis spnDeg.value [0,1,0]) of course it’s the same as labbejason’s solution and it’s always a goo…

14 years ago
Forum
Reply
RE: Select by map RGB values

Well the texture map doesn’t have a single solid color, does it? You can get close to the average color of a texture by rendering it with 1x1px size u…

14 years ago
Forum
Reply
RE: Select by map RGB values

you mean diffuse color, or diffuse texture map?

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

Hi Claude, Believe me, I did read what you posted. The problem is, I do not always understand everything. I’m an architect, not a programmer. What I’…

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

Hi Caprier, Thanks, I’m going to experiment with getVertexGeomIndexFromFace() I’m pretty close to achieve what I want (UV to XYZ worldcoords) without…

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

OK I understand that. Where I’m stuck is this: Each (bitmap) texture is 2d/XY/UV. As long as the mapping goes UV without W (W=0), then it’s no problem…

14 years ago
Forum
Topic
Forum
Replies: 8
Views: 4
Reply
RE: finding UV coordinates on mesh

Hi Batigol, Thanks for your interest. I’m almost there, the result is in a new thread:

14 years ago
Forum
Reply
RE: finding UV coordinates on mesh

still no luck, but now I used the “slower” method described on the site: ( local meshObj = $Plane001 local theChannel=1 local UVsearch=[0.02,0.019…

14 years ago
Forum
Reply
RE: finding UV coordinates on mesh

Thanks for the link. I tried to put that into a script but no success yet. I don’t quite understand yet how this algorithm is supposed to work, but I’…

14 years ago
Forum
Reply
RE: finding UV coordinates on mesh

Yes that sounds good. I’ll figure out the barycentric coordinates stuff. Where I’m stuck is the first step, I have no idea yet how to find the corresp…

14 years ago
Forum
Topic
Forum
Replies: 8
Views: 22
Reply
RE: Function index tool

Hi Matan, I’ll try to be more clear… I don’t know if it’s possible for a script to fetch all currently open scripts in the msx editor. I’m sure Deni…

14 years ago
Forum
Reply
RE: Function index tool

great stuff! some ideas that come to my mind (not sure if first one is possible): -) don’t manually browse for script, but use the open script (tabs…

14 years ago
Forum
Page 8 / 12