AngryBear
@angrybear
New Member
Joined: Feb 15, 2024
Topics: 74 / Replies: 226
Reply
RE: Sdk modifier gizmo

well I hope I get this all right. you would declare a subobject first static GenSubObjType Move(1); static GenSubObjType Scale(2); then look for… G…

9 years ago
Forum
Reply
RE: Sdk modifier gizmo

oh, the mirror mod is a big smaller. look at that one

9 years ago
Forum
Reply
RE: Sdk modifier gizmo

do a search for “selmod.cpp” in the sdk samples. It has some good stuff in it.

9 years ago
Forum
Reply
RE: SDK: delete INodes more quickly?

So for speed is this what we need to use… AnimateSuspend(true, true, true); SuspendAll(true, true, true, true, true, true, true); or is t…

9 years ago
Forum
Reply
RE: random position on displaced surface via map?

nice, I will look at this. Thanks

9 years ago
Forum
Reply
RE: random position on displaced surface via map?

Thanks Denis I’m scattering objects on a surface using the area of a face and pre-calculate points. This works really fast in c++ from ideas in bobo…

9 years ago
Forum
Reply
RE: random position on displaced surface via map?

displace – >scatter items on surface. Map -> texture map

9 years ago
Forum
Topic
Forum
Replies: 6
Views: 19
Reply
RE: Request: Custom Interface

I not sure what your knowledge is of Thinking particles. What you are looking at is not a plugin (well it is it’s TP). This is called a TD tool and …

9 years ago
Forum
Reply
RE: SDK bounding box for multiple nodes?

You can store an array of point3 in your pblock2 prams get it something like this Point3 face = pblock2->GetPoint3(Faces_Pos, t, FOREVER, FacesPos…

9 years ago
Forum
Reply
RE: SDK bounding box for multiple nodes?

You could add your objects to a group and get bBox of the group head. Then ungroup the objects.

9 years ago
Forum
Reply
RE: SDK Question: How do I make a node display upon creation?

assumptions with the max sdk! haha glad that was it.

9 years ago
Forum
Reply
RE: SDK Question: How do I make a node display upon creation?

It just sound like you have not done a redraw Viewport. ip->RedrawViews(ip->GetTime());

9 years ago
Forum
Reply
RE: TCP Sockets with SDK

ah, I got it to work. void Socket_Test::ConnectToHost(){ WSADATA wsaData; int iResult = WSAStartup( MAKEWORD(2,2), &wsaData ); if…

9 years ago
Forum
Reply
RE: TCP Sockets with SDK

wondering if there is some way to use MaxNetManager* manager = CreateManager(); to contact my own server? It looks like they have removed any samples…

9 years ago
Forum
Page 7 / 20