gmlealll
@gmlealll
New Member
Joined: Feb 15, 2024
Topics: 25 / Replies: 52
Reply
RE: Proper way to get light rotations for exporting

Appreciate the code sample. Thanks,

1 year ago
Forum
Reply
RE: Proper way to get light rotations for exporting

Just got back to this issue. And I still can’t get it working It seems the problem are lights that have been mirrored in max, even do they don’t sho…

1 year ago
Forum
Reply
RE: Proper way to get light rotations for exporting

Thanks for the replay, but I’m must be doing something else wrong as its not the scale.

1 year ago
Forum
Topic
Forum
Replies: 6
Views: 55
Reply
RE: [sdk] Set pivot on a mesh

Hi miauu, I finally got some time to work on this again. I was having a hard time understanding how the code works but i found this post by bobo Ho…

5 years ago
Forum
Reply
RE: [sdk] Set pivot on a mesh

Thanks miauu, I will see if i can make this work on c++

5 years ago
Forum
Reply
RE: [sdk] Set pivot on a mesh

I know the INode does not has a pivot, That’s what i’m trying to replicate on a mesh. Trying to rotate the mesh about an specific point but i haven’t …

5 years ago
Forum
Reply
RE: [sdk] Set pivot on a mesh

Hi DenisT, I can’t since I don’t have an INode, Just a Mesh that was created by converting a Plane to a Tri then a Mesh.

5 years ago
Forum
Reply
RE: [sdk] Set pivot on a mesh

I thought I had resolved my problem but I’m not, I have tried everything I can think of, But I haven’t found a solution, Obviously I don’t know enough…

5 years ago
Forum
Reply
RE: [sdk] Set pivot on a mesh

Figure it out. Point3 center = (node->pos) * Inverse(tm); Matrix3 tmpTM; tmpTM = ScaleMatrix(Point3(1, 1, 1)); tmpTM.RotateX(0.0f); tmpTM.RotateY…

5 years ago
Forum
Topic
Forum
Replies: 9
Views: 18
Reply
RE: [SDK] Matrix problems INode vs Mesh

Got it working. In case anyone needs this. Mesh *copyMesh = new Mesh; copyMesh->DeepCopy(&planeMesh, GEOM_CHANNEL | TOPO_CHA…

5 years ago
Forum
Topic
Forum
Replies: 1
Views: 15
Reply
RE: Sdk attach mesh

Thanks for all the help.

5 years ago
Forum
Reply
RE: Sdk attach mesh

Thanks Klvnk I did the following test before I saw you replay and it seems to be working but I’m not sure if its the right way to do it. One thing i…

5 years ago
Forum
Page 1 / 6