Klvnk
@klvnk
New Member
Joined: Feb 14, 2024
Topics: 50 / Replies: 1212
Reply
RE: Remove selected objects that are not actually visible in the current view

oops i edited without testing now fixed thanks miauu don’t think it’s correct should be sorted on z but that gave odd results

2 years ago
Forum
Reply
RE: Remove selected objects that are not actually visible in the current view

this sort of thing works after a “fashion” fn getScreenBounds obj = ( maxy = maxx = -99999999.0; miny = minx = 99999999.0; …

2 years ago
Forum
Reply
RE: How to Pick Top and Pick Bottom objects for Hose?

? the number of references is the same regardless of “Bind to Object Pivots” being set, custnode1 and custnode2 (refs 1 & 2) are just set to NULL …

2 years ago
Forum
Reply
RE: How to Pick Top and Pick Bottom objects for Hose?

You also can’t add these targets even through the SDK hoseObject->ReplaceReference(1, node1); and hoseObject->ReplaceReference(2, node2); s…

2 years ago
Forum
Reply
RE: SDK :: How can I know that rollut is open?

so what’s the class you’re starting from ?

2 years ago
Forum
Reply
RE: SDK :: How can I know that rollut is open?

does this not work ? IRollupWindow::IsPanelOpen ( int index )

2 years ago
Forum
Reply
RE: Some Interesting Plane Bezier Maths

theres a very similar cubic roots solution in the DOOM3 code release (they use an assert for a == 0.0)

2 years ago
Forum
Reply
RE: Some Interesting Plane Bezier Maths

you’ll need to be careful as a can equal 0.0

2 years ago
Forum
Reply
RE: Some Interesting Plane Bezier Maths

found some issues with this approach, “straight” beziers (lines) at acute angles to the plane don’t give very good results so perhaps testing that p1 …

2 years ago
Forum
Reply
RE: Some Interesting Plane Bezier Maths

cheers, I was quite chuffed with it though trying to expand (1-x)^3 after 30 algebra free years was quite comical, thank god for the internet also…

2 years ago
Forum
Topic
Forum
Replies: 10
Views: 66
Reply
RE: [SDK] build c++ console exe for 3dsmax of ExecuteMAXScriptScript cause error

what happens if you run it from the folder with the max exe in it ?

3 years ago
Forum
Reply
RE: [SDK] build c++ console exe for 3dsmax of ExecuteMAXScriptScript cause error

you’ll need some serious hacker skills to get that shit to run… e,g, do you know what core max dll’s need to be loaded for that to work ? it’s possib…

3 years ago
Forum
Reply
RE: Open image file with dotNet and cannot save it

try… _imgO.CacheOptions = (dotNetClass “system.windows.media.imaging.bitmapcahceoptions”) 1 cache the entire image @ load time (OnLoad)

3 years ago
Forum
Reply
3 years ago
Forum
Page 4 / 85