Blitzvision3D - Truevision3D Wrapper

Blitz3D Forums/Blitz3D Userlibs/Blitzvision3D - Truevision3D Wrapper

seyhajin(Posted 2005) [#1]
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 :


@+++


MikeP (Dark Mist Software)(Posted 2005) [#2]
"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 about a download for the files you made?


AmazingJas(Posted 2005) [#3]
Hmmm, so does this mean that you will be able to use Truevision's renderer? Sweet.


seyhajin(Posted 2005) [#4]
Oups ! :o)
Sorry guys

http://bond357.free.fr/down/BlitzVision3D.zip

@++ i'm release the source if you want continue it !

@++


Happy Sammy(Posted 2005) [#5]
Hi Seyhajin

I downloaded BlitzVision3D.zip and found that there were no C++ source. Just bb demo files, dll, decls and exe file only! Also, the exe could not be exited.

Where could we download the sources if we want to continue your wrapper?

Thanks
Sammy
:)


Smokey(Posted 2005) [#6]
yes the source would be cool and maybe port it to bmax?


seyhajin(Posted 2005) [#7]
Hi guys,

Code source is available on my web site : http://www.seyhajin.com (Section 'Codes sources') It's Free but used Truevision Licence.

@++