Selection entity(mdl) mesh group

Posted By: 20BN

Selection entity(mdl) mesh group - 12/09/19 01:43

Hi all,
How to selection entity (*.mdl file) mesh group in engine use lite-c? (Not MED)
ex:
use my.emask |= ENABLE_CLICK;
I want click any mdl mesh group on 1 mdl file entity.

Thanks!
Posted By: Ayumi

Re: Selection entity(mdl) mesh group - 12/09/19 09:41

You can try ent_getvertex to get the mesh after Click (get the vertex i.e. by vec_for_vertex /vec_for_screen/mouse_pos/mouse_pos3d...) .
Or…you also can check out AUM 93, Plug and Play Section, Kung Fu Master to see example Code.
Posted By: 20BN

Re: Selection entity(mdl) mesh group - 12/21/19 03:36

@Ayumi Thanks!

I want selection mdl mesh group and change skin or move, rotate, scale etc.
I use hit.subset, ent_status, but how scriptting?
Posted By: 20BN

Re: Selection entity(mdl) mesh group - 12/21/19 03:45

I use SCAN_TEXTURE it's work ! laugh
© 2024 lite-C Forums