PDA

View Full Version : Unit DXRender using



ijcro
26-08-2004, 12:39 PM
Hi,

I saw into DXRender unit from DelphiX and unused routines are there.
Please, do you have any link to sources of using this routines ? Very thanks !

Huehnerschaender
26-08-2004, 04:41 PM
It would be helpful if you could tell us which functions you mean...

ijcro
27-08-2004, 12:58 PM
on example:

dxrZBufferClear
dxrDefRenderStates
dxrDrawPrimitive
dxrDrawIndexedPrimitive

Using or how build it on fly of other commads. Very thanks.

Huehnerschaender
27-08-2004, 06:39 PM
The procedures you mentioned are for sure only for internal purposes of DelphiX. The names of the functions sound like they are for doing the 3D stuff for you to make 2D things work in DirectX.
I just turned over to PowerDraw, so I don't have DelphiX installed anymore.
Maybe someone else can tell you more about these functions.

ijcro
01-09-2004, 01:02 PM
The procedures you mentioned are for sure only for internal purposes of DelphiX. The names of the functions sound like they are for doing the 3D stuff for you to make 2D things work in DirectX.
I just turned over to PowerDraw, so I don't have DelphiX installed anymore.
Maybe someone else can tell you more about these functions.

its fine, but dxrZBufferClear, dxrDefRenderStates, dxrDrawPrimitive,
dxrDrawIndexedPrimitive was declared only, no internal use indicated refer here. So, why are in code still :wink: ?