Hello!

Is there a way to hide a model's polygons without using c_trace (for the hit.subset)?

Im trying to understand the manuals Vmask toggling, but its not working for me. I have saved a group of triangles in the model as a group.

you.vmask |= 1<<hit.subset;


I have 1 group saved in the MED file of the model thats being hit. I am using C_Trace for testing.