Re: [DirectPython] How to render to texture
Status: Inactive
Brought to you by:
hsalo
From: Heikki S. <ho...@gm...> - 2007-07-08 18:10:27
|
=20 _____ =20 From: dir...@li... [mailto:dir...@li...] On Behalf Of = ?? Sent: 5. hein=E4kuuta 2007 6:06 To: dir...@li... Subject: [DirectPython] How to render to texture Is there any binging in DirectPython for this? if not,how to do? = thanks~~~ =20 Elvis=20 There is no direct way to do this in DirectPython. You can render the = scene and then use d3d.getScreenshot() to get the results, but this is pretty slow. It is possible to use DirectX for comtypes for this, but you need = some Direct3D COM-programming experience. =20 -- Heikki Salo |