Wrapper Tutorial

Blitz3D Forums/Blitz3D Tutorials/Wrapper Tutorial

Sweenie(Posted 2004) [#1]
This is a tutorial I made that shows how to make a wrapper DLL.
In this specific tutorial I wrap some of the classes from DirectX 9 and use them to render a teapot inside the Blitz3D window.
The rendering will be noninteractive but you can toggle wireframe rendering on and off.

Download it here --> http://www.svenberra.net/wraptutor.zip
(You may have to rightclick the link and select Save Target As...)
[Edit] I moved the file to a faster server [/Edit]


ckob(Posted 2004) [#2]
thanks for this tutorial Sweenie, it has helped me a great deal and I really appreciate your contribution.


OnkelDetlef(Posted 2004) [#3]
great work, thanks


TartanTangerine (was Indiepath)(Posted 2005) [#4]
How did I miss this first time around.

Great thanks.