Search found 2 matches

by zheng1038
Mon Sep 24, 2018 4:29 pm
Forum: Advanced Help
Topic: get mess triangle when set mesh transparent
Replies: 2
Views: 1095

Re: get mess triangle when set mesh transparent

thanks, I have shared the image.
by zheng1038
Mon Sep 24, 2018 1:01 am
Forum: Advanced Help
Topic: get mess triangle when set mesh transparent
Replies: 2
Views: 1095

get mess triangle when set mesh transparent

Hi, can anybody help me? I want to set mesh transparent, using the following code:   node->setMaterialFlag(EMF_BLEND_OPERATION, true); smgr->getMeshManipulator()->setVertexColorAlpha(((IAnimatedMeshSceneNode*)node)->getMesh(), 100);   however, when I deform mesh and the mesh was covered by itself, I...