Hi all,
I started working on a wrapper to use Truevision3d (v6.2) commands in your Blitz3D programs )
Actually, I just wrap essential functions (init/render/clear)
How to install ?
- Download Truevision 6.2 SDK at the official website www.truevision3d.com
- Install Truevision SDK, for example in C:\TV3DSDK
- Register truevision3D.dll from Windows
Go to "Start" -> "Execute" -> write : regsvr32 "<path of your TV3D SDK install directory>\bin\truevision3d.dll"
- Copy "BlitzVision3D.dll" and "BlitzVision3D.decls" to your Blitz Userlibs Folder (C:\Program Files\Blitz3D\Userlibs\)
- Try the simple included B3D example
How to use it ?
- look at the Help file of the SDK
Screen :

@+++
I started working on a wrapper to use Truevision3d (v6.2) commands in your Blitz3D programs )
Actually, I just wrap essential functions (init/render/clear)
How to install ?
- Download Truevision 6.2 SDK at the official website www.truevision3d.com
- Install Truevision SDK, for example in C:\TV3DSDK
- Register truevision3D.dll from Windows
Go to "Start" -> "Execute" -> write : regsvr32 "<path of your TV3D SDK install directory>\bin\truevision3d.dll"
- Copy "BlitzVision3D.dll" and "BlitzVision3D.decls" to your Blitz Userlibs Folder (C:\Program Files\Blitz3D\Userlibs\)
- Try the simple included B3D example
How to use it ?
- look at the Help file of the SDK
Screen :

@+++