jonlauf
@jonlauf
New Member
Joined: Feb 15, 2024
Topics: 18 / Replies: 90
Reply
RE: How can i invert an array of numbers?

This works. . . theArray = #(1,2,3,4,5,6,7) theNewArray = for i = theArray.count to 1 by -1 collect theArray[i]

15 years ago
Forum
Reply
RE: create bone

fn reconstructBones root parent = ( if (classof root) == BoneGeometry then ( b = BoneSys.createBone root.transform.row4 (root.pos+root.transform.r…

15 years ago
Forum
Reply
RE: World UV to unit vector?

Wouldn’t it just be. . . normalize [.65, .45, 0.0] or maybe I don’t understand the question.

15 years ago
Forum
Reply
RE: update map verts

Thanks Enrico, I’ll give it a try tomorrow. –Jon

16 years ago
Forum
Reply
RE: update map verts

yeah, I tried update(), but it didn’t seem to work

16 years ago
Forum
Topic
16 years ago
Forum
Replies: 4
Views: 13
Topic
Forum
Replies: 1
Views: 16
Topic
Forum
Replies: 0
Views: 11
Topic
Forum
Replies: 0
Views: 7
Reply
RE: Maxscript and Editable Poly

This code appends the faces appropriately: global levelSplitFloat try (destroyDialog levelSplitFloat)catch() rollout levelSplitFloat “Level Splitter…

17 years ago
Forum
Reply
RE: Maxscript and Editable Poly

You just have some formatting errors and typos. Try the following code, it should work: global levelSplitFloat try (destroyDialog levelSplitFloat)c…

17 years ago
Forum
Reply
RE: .net xml reader class

Thanks for the help guys. I figured out a suitable solution. I’m searching for the attribute class and based on the string that is returned using xm…

17 years ago
Forum
Reply
RE: .net xml reader class

Thanks Guys. Yeah Pen, I’ve been looking into the .net xml documentation, specifically the xmlReader class. However, I haven’t found a method to do …

17 years ago
Forum
Reply
RE: .net xml reader class

Well, more specifically I have a .xml file that contains a lot of different things. Some of the elements are mesh names with positions and rotations….

17 years ago
Forum
Topic
Forum
Replies: 7
Views: 17
Page 4 / 8