eek
@eek
New Member
Joined: Feb 14, 2024
Topics: 25 / Replies: 462
Reply
RE: Box creator

Use readValue not readLine – read line reads each line as a string – you would therefore have to convert the string into a float. while not Eof infil…

16 years ago
Forum
Reply
RE: How can i do this ? and this ?

Hmm… Im not sure. Most of the time they put only very small snippets and part of there frameworks is c++ or c# like a plugin for example. Also they te…

16 years ago
Forum
Reply
RE: How can i do this ? and this ?

LoneRobot: awww, i feel all warm and fuzzy inside after reading that… Just in time for the christmas spirit too! :rolleyes: Rappy, The reason …

16 years ago
Forum
Reply
RE: Linear algebra?!?!

Hi, So for simple rigging I tend to agree that you don’t need heavy linear algebra knowledge – but for complex rigging i’d suggest understanding the …

16 years ago
Forum
Reply
RE: Performing a translation ini local space via wiring

Well i dont know about wireparameters using transform spaces – but in max you get get the space of an object relative to another by using this formula…

16 years ago
Forum
Reply
RE: Performing a translation ini local space via wiring

or create an intermiediery point to act as a parent. The math to get the transform space relative to another space is: (a.transform * inverse b.trans…

16 years ago
Forum
Reply
RE: CustAttributes Help

local object = $point01 if object.testca == undefined do ( testca = attributes testAttributes ( ) custAttributes.add testca object #unique ) Or jus…

16 years ago
Forum
Reply
RE: MAXSript Anomalies

oh i didnt see, my bad.

17 years ago
Forum
Reply
RE: MAXSript Anomalies

Anthonyy: I am learning Maxscript, and I came across this little anomity:- Type this into the MAXScript Listener:- mybox = box length:20 [B]wdith:…

17 years ago
Forum
Reply
RE: maxScript – procedural Spider

I’d use a soft ik method, and just check if its reached its softIk length, then move it in the direction of the master. What would be interesting woul…

17 years ago
Forum
Reply
RE: maxScript – procedural Spider

The location at the edge of its radius + the normalized direction * the radius.

17 years ago
Forum
Reply
RE: maxScript – procedural Spider

I started jotting ideas in my notebook last night – its bug thats become an itch!

17 years ago
Forum
Reply
RE: bvh – htr

Here you go, this should help:

17 years ago
Forum
Reply
RE: Up Object for LookAt_constraint?

Its called the UpNode and is in plain sight in the lookAt constraint rollout. By default its world.

17 years ago
Forum
Reply
RE: two functions for a button ??

A struct is a container of variables, function etc and is very powerful because the variables inside the stuct get there scope automatically. struct …

17 years ago
Forum
Page 14 / 33