Exemplo n.º 1
0
 public void AddGeometry(rthsMeshInstanceData mesh, rthsHitMask rmask, rthsHitMask cmask)
 {
     rthsRendererAddGeometry(self, mesh, rmask, cmask);
 }
Exemplo n.º 2
0
 [DllImport("rths")] static extern void rthsRendererAddGeometry(IntPtr self, rthsMeshInstanceData mesh, rthsHitMask rmask, rthsHitMask cmask);