Juzwa
@juzwa
New Member
Joined: Feb 14, 2024
Topics: 77 / Replies: 77
Reply
RE: How to make it faster?

Ok… @Swordslayer – that is some hardcore mxs. It was supposed to be an exercise and you have completed it for me I need to take a closer look and st…

10 years ago
Forum
Reply
RE: How to make it faster?

Sure fn getMiddlePos A B = ( — getting the middle point position (A + B) * 0.5 ) fn setSlicePlane A B = ( — function to get the rotation of the s…

10 years ago
Forum
Reply
RE: How to make it faster?

IShutter is using Qhull for cluster generation only, the fracturing is done in maxscript. I’m not generating any points for now, I’m using mesh vertic…

10 years ago
Forum
Topic
Forum
Replies: 83
Views: 492
Reply
RE: rotation

Thanks guys, I’ve realized that I’m using a local space coords, because it’s a rotation of the slice plane. Used this (inverse (matrixFromNormal (A …

10 years ago
Forum
Reply
RE: rotation

Actually I dont how to get the rotation without the plane. When I use sth like that: fn setRot A B = ( rot = (matrixFromNormal (A – B)) as quat ) I …

10 years ago
Forum
Reply
RE: rotation

Ok, I finallt got it. I actually don’t need any cross products!!!

10 years ago
Forum
Reply
RE: rotation

wow, thanks. I wasn’t thinking of actually creating the plane. But I can get the rotation from the created plane! One strange thing happens now: mid…

10 years ago
Forum
Reply
RE: rotation

I can do this other way, like in Houdini. Calculate double cross product of the vector to get 2 vectors perpendicular to this vector, which will give…

10 years ago
Forum
Topic
10 years ago
Forum
Replies: 10
Views: 135
Reply
RE: development toops: make the script run on start

Thanks, that solves my issue #1 as well

10 years ago
Forum
Topic
Forum
Replies: 4
Views: 16
Reply
RE: development toops: listing all the directories and subdirectories

Thanks. I can’t figure out what is the difference between my version and mxsc help version: fn getFilesRecursive root pattern = ( dir_array = GetDi…

10 years ago
Forum
Topic
Forum
Replies: 1
Views: 47
Page 8 / 11