ivanisavich
@ivanisavich
New Member
Joined: Feb 15, 2024
Topics: 63 / Replies: 313
Reply
RE: SDK SimpleObject2 Display No Mesh ?

Hmm, I could possibly be wrong about that…all I know is that when I ported my max 2013 plugins to max 2016, they wouldn’t display their meshes until I…

9 years ago
Forum
Reply
RE: SDK SimpleObject2 Display No Mesh ?

A couple of things… Firstly, to display a mesh in Nitrous viewports you have to implement the Nitrous display functions in your plugin (PrepareDispla…

9 years ago
Forum
Reply
RE: SDK: Render shaded polygon inside wireframe viewport?

Got it working… In case anyone else ever has this same problem, here is a code snippet showing how I got the GraphicsWindow triangles to draw with a …

9 years ago
Forum
Topic
Topic
Forum
Replies: 0
Views: 38
Reply
RE: SDK GetObjectTM from SimpleObject2

Note: this is a simple solution that won’t work properly on instances. Put this somewhere in your .cpp file, above your buildMesh function: class…

10 years ago
Forum
Topic
Forum
Replies: 0
Views: 37
Reply
RE: SDK: SimpleObject::Display no longer called when modifiers present

Yea I noticed that too. Could it be because SimpleParticle objects that they inherit from ignore modifiers? You’ll notice that particles aren’t affect…

11 years ago
Forum
Reply
RE: SDK: SimpleObject::Display no longer called when modifiers present

Nah, that didn’t work. Thanks for the suggestion though!

11 years ago
Forum
Reply
Reply
RE: SDK: SimpleObject::Display no longer called when modifiers present

Yes, I draw both: the mesh, as well as a polyline around it.

11 years ago
Forum
Reply
RE: Scripted rotation look-at controller?

The reason I can’t use particles is because many of the objects are parented to other objects, which themselves have the lookat controller on them. H…

12 years ago
Forum
Reply
RE: Scripted rotation look-at controller?

So I found out why my original implementation of the script I linked to wasn’t working…it’s because I was adding the script controller to a rotation_l…

12 years ago
Forum
Reply
RE: Scripted rotation look-at controller?

Oh, oops! Must have been a misunderstanding…I didn’t write the scripted lookat controller in my original post. That was just what I referenced in my a…

12 years ago
Forum
Page 16 / 26