rikardo
@rikardo
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 12
Reply
RE: Skin vertices

Aha now I think I got it. Then I only walk thru all vertices and check how much they each are affected by the bones… Thought that I could get the vert…

16 years ago
Forum
Topic
16 years ago
Forum
Replies: 3
Views: 19
Reply
RE: Exporting skeletal animation

Yeah I’ve found that useful, but I still cannot understand how to access the vertices from that? There is a “ExportEnvelopeASCII” function that expor…

16 years ago
Forum
Reply
RE: Exporting skeletal animation

The only thing I need now is which vertices that is connected to each bone, and the weight information also. The last post was due to my little knowl…

16 years ago
Forum
Reply
RE: Exporting skeletal animation

What I actually need is to locate which geometry that is connected to each bone and of course the bone position, bottom and top. That would be a good …

16 years ago
Forum
Reply
RE: Exporting skeletal animation

Yes, I’ve read about the SDK but it will be alot more simple to use MaxScript if possible. And it is possible to export animation with MaxScript too, …

16 years ago
Forum
Topic
Forum
Replies: 7
Views: 21
Reply
RE: Problem exporting vertex normals

I think I need a concrete example of the use of smoothing groups, that would solve my headache

16 years ago
Forum
Reply
RE: Problem exporting vertex normals

Damn, it worked atleast once!?

16 years ago
Forum
Reply
RE: Problem exporting vertex normals

I obviously picked the wrong vertex order, it should be CrossProduct(v2 – v1, v3 – v2);

16 years ago
Forum
Reply
RE: Problem exporting vertex normals

I just tried to calculate the normals within my importer with the cross product, in order to achieve the normals i did like this: CrossProduct(v2 – v1…

16 years ago
Forum
Reply
RE: Problem exporting vertex normals

Could you please explain what a smoothing group is and how it work?

16 years ago
Forum
Topic
Forum
Replies: 8
Views: 21
Reply
RE: Export animation with MAXScript

Sorry for the delay! As I said here comes the fully working 3DS maxscript animation exporter of the triangle meshes. out_name = getSaveFileName…

16 years ago
Forum
Reply
RE: Export animation with MAXScript

Thank you guys VERY much, it really helped me. I will post the full code that exports the animation soon, so other could take use of it. With Best Re…

16 years ago
Forum
Page 1 / 2