How to add a triangle from outside of blitz?

Blitz3D Forums/Blitz3D Programming/How to add a triangle from outside of blitz?

Braincell(Posted 2005) [#1]
It's been a while since i asked for programming help.

We're working on a stencil shadow system and right now we're looking into speeding up the addition of triangles to the screen. So does anyone know of a method to add triangles to the whichever buffer so that they are displayed in blitz? Doesnt matter about lighting, shading, alpha, etc, i only need to add a triangle for stencil operations. Is there any expert out there who knows how to poke this kind of stuff?

And if you can answer that, is there a way to move the existing verts of the same triangles? I know im asking for something nearly impossible but i know some of you have experience with the DX7 SDK. Maybe you Tom (like always)?