| 707 | } |
| 708 | |
| 709 | void NpShapeDecRefCount(Scb::Shape& scb) |
| 710 | { |
| 711 | NpShape* np = const_cast<NpShape*>(getNpShape(&scb)); |
| 712 | np->decRefCount(); |
| 713 | } |
| 714 | } |
| 715 | |
| 716 | // see NpConvexMesh.h, NpHeightField.h, NpTriangleMesh.h for details on how ref counting works for meshes |
no test coverage detected