Get the Direct 3D 7 Object in BlitzMax

Archives Forums/Blitz3D SDK Programming/Get the Direct 3D 7 Object in BlitzMax

ninjarat(Posted 2007) [#1]
How do you do it? I want to be able to make some direct calls. Thanks.


b32(Posted 2007) [#2]
You need SystemProperty$("Direct3DDevice7") for this. As I understood, the SystemProperty$ command will be added in a future update: http://www.blitzbasic.com/Community/posts.php?topic=70206


MaxusRC(Posted 2007) [#3]
The lack of this command is not good, because you can not use some of the new additions.