focomoso
@focomoso
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 137
Reply
RE: How do I create new array names from one array?

I would use a struct for this. A struct can hold any kind of data you want with any name and it’s much easier to navigate than nested arrays: struct …

18 years ago
Forum
Reply
RE: Arrays only work with more than 1 object..

3rd Dimentia: If you keep answering my maxscript questions like this, I think I might just email you directly. Can I ask that you don’t? I mean…

18 years ago
Forum
Reply
RE: Accessing an array within an array

That isn’t an array of arrays. It’s an array with a two string elements that happen to look like arrays. The third character of the first element is t…

18 years ago
Forum
Reply
RE: import spreadsheet to animation?

Are you asking how to animate an object over time? That’s a read the manual question… with animate on for t = 0 to 100 do at time t obj.pos = [aVal,b…

18 years ago
Forum
Reply
RE: Accessing the Falloff – Shadow / Light bitmap

Ahh, so i now see that Render Map doesn’t work the way I expected. It’s just for the previews in the editor and has nothing to do with the geometry of…

19 years ago
Forum
Reply
RE: Accessing the Falloff – Shadow / Light bitmap

I’m not using render to texture (which works fine). I’m using the renderMap function in the materials editor which I now see doesn’t work for the shad…

19 years ago
Forum
Reply
RE: Accessing the Falloff – Shadow / Light bitmap

Thanks for the help guys. I just tried using a gradientRamp set to lighting and same results, renderMap gives me a blank image. Blue, when you said yo…

19 years ago
Forum
Topic
Forum
Replies: 6
Views: 42
Reply
RE: number rounding

When you divide an integer by an integer, there are no float values at all and the result is truncated. This is normal integer division. Convert the i…

19 years ago
Forum
Reply
RE: round float value?

Can you post some code? If you’re doing what i think you’re doing, it sounds as if you’re rotating a tiny increment, checking if the x and y are the s…

19 years ago
Forum
Reply
RE: Maxscript Inputs??

RustyKnight: You will want to look at “FileStream” in the The only issue I have currently (as this is wholly untested) is whether readDelimitedStrin…

19 years ago
Forum
Reply
RE: Maxscript Inputs??

Well, you could do what you’re talking about in max, but you’re working against its fundamental capabilities. You could put an audio controller on you…

19 years ago
Forum
Reply
RE: Maxscript Inputs??

What do you mean by converting the sound file into 3d form? Do you mean a 3d representation of the wave file or something else? There’s already a buil…

19 years ago
Forum
Reply
RE: MaxScript newbie question – test if object exists?

how about: if $TNCG_SLdummy2 != undefined then

19 years ago
Forum
Reply
RE: one mat per image?

it might be easier to load the images as a sequence in single material and then jump around the sequence randomly.

19 years ago
Forum
Page 9 / 10