gan0nia
@gan0nia
New Member
Joined: Feb 15, 2024
Topics: 3 / Replies: 8
Reply
RE: How to Get the Camera Up Vector from its transform matrix ?

I guessthe up vector is one of the elements of that camera’s transformation matrix ( matrix3 [0.604205,-0.796829,0] – row 1 … [0,0,1] – row2 the up …

16 years ago
Forum
Reply
RE: Building a DotNet color chart – New Article on LoneRobot.com

Thank you man, That is really useful , your website is also very cool~

16 years ago
Forum
Reply
RE: Getting all combinations of a set of arrays

something like this? x=#(“1”, “2”, “3”) y=#(“a”, “b”, “c”, “d”) z=#(“y”, “z”) combArr = #() for i = 1 to x.count do ( for j = 1 to y.count do ( for…

16 years ago
Forum
Topic
Forum
Replies: 1
Views: 6
Reply
RE: [NewScript] Mesh Check v0.75

Thanks for sharing That website is also very good It’s too pity that I don’t understand Korean.

17 years ago
Forum
Reply
RE: How To dock two or more Rollout Horizontally?

Sorry my bad , after looking erilaz’s code , I found that I built my rolloutFloater too wide. so my two rolloutFloater got piled up .BTW I found th…

17 years ago
Forum
Topic
Forum
Replies: 7
Views: 20
Reply
RE: Buttons and script controllers

Grabbed from Pen production, sorry Paul –Called when the Add Node picked button has selected an object. on addObject picked obj do ( –Cre…

17 years ago
Forum
Reply
RE: Transformation Matrix to Perform "Link"

Wow, I think I figured out myself ,Just multiply the inverse of it’s future parent’s transform then you will get the child space transform value Here …

17 years ago
Forum
Reply
RE: Transformation Matrix to Perform "Link"

Thanks everyone for the reply~ I want to calculate the object’s transform value as if it’s been link under it’s parent Using this , I can then add som…

17 years ago
Forum
Topic
Forum
Replies: 5
Views: 7