which 3D engine to use? 'd like to have 3ds support
-
- User
- Posts: 47
- Joined: Tue Sep 02, 2003 9:17 am
- Location: Belgium
- Contact:
which 3D engine to use? 'd like to have 3ds support
hello,
I'm searching for a 3d engine to use in Purebasic, which supports 3ds files.
So the question is: where do I get it, and how do I install it?
greetz,
Bernard
I'm searching for a 3d engine to use in Purebasic, which supports 3ds files.
So the question is: where do I get it, and how do I install it?
greetz,
Bernard
Do you mean a 3d Modeller program!?
If so I'd suggest Milkshape.. It can import and export 3ds files, and export to OGRE Mesh/skeleton.. (which is used by the PB OGRE engine)
If you're talking about a different 3D engine to use with PB, I wouldn't know!
-Lars
If so I'd suggest Milkshape.. It can import and export 3ds files, and export to OGRE Mesh/skeleton.. (which is used by the PB OGRE engine)
If you're talking about a different 3D engine to use with PB, I wouldn't know!
-Lars
AMD Athlon XP2400, 512 MB RAM, Hercules 3D Prophet 9600 256MB RAM, WinXP
PIII 800MHz, 320 MB RAM, Nvidia Riva Tnt 2 Mach 64 (32MB), WinXP + Linux
17" iMac, 1.8 GHz G5, 512 MB DDR-RAM, 80 GB HD, 64 MB Geforce FX 5200, SuperDrive, OSX
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Hopefully to clarify: PB already has an integrated(-ish) 3D engine which is actually OGRE (<<< that's a link to OGRE's site). OGRE is open source and can use either DirectX or OpenGL... except in practice PB's implementation is limited, only uses DirectX (shame shame shame :roll:
) and only for WinSucks versions of PB. Milkshape 3D is a shareware modeller, pretty damn good for the money, but distinguished by it's wide range of import/export options (many of which were written by MS3D users). So unless you have particular requirements, eg, 3D ON LINUX (hint), buy MS3D, add the ORGE mesh exporter, convert your 3DS to OGRE meshes and use in PB on WinSUCKS.
PS: As far as the other options mentioned above, one is great for learning 3D, one sucks. If you have already purchased PB, and even if you haven't, stick with it and annoy the hell out of Fred for new features


PS: As far as the other options mentioned above, one is great for learning 3D, one sucks. If you have already purchased PB, and even if you haven't, stick with it and annoy the hell out of Fred for new features

Don't make me laugh! As a registered (ex)user of both, DarkBasic 'Classic' is pretty stable but veeeerrry slow, DarkBasicPro is completely unusable due to an unbelievable amount of bugs (just check the bug forums!) and not worth the 'Pro' name! P.S. did i also mention DarkBasic 'Classic' is veeeerrry slow?DarkBasic.com
I would consider waiting for the OGRE support to mature in PureBasic, believe me it really will be loads better, faster and more professional. well...when Fred gives us another 3D Update [Hint! Hint!]

-
- User
- Posts: 47
- Joined: Tue Sep 02, 2003 9:17 am
- Location: Belgium
- Contact:
I know there's an "integrated" engine. But isn't it possible to use another engine (maybe it's possible by loading a dll file)... Ive read on other places that there are many free (eventually open source) engines which you can use with PB.Hopefully to clarify: PB already has an integrated(-ish) 3D engine which is actually OGRE (<<< that's a link to OGRE's site). OGRE is open source and can use either DirectX or OpenGL... except in practice PB's implementation is limited, only uses DirectX (shame shame shame ) and only for WinSucks versions of PB.
Anyone knows a good one (with which you can also load .3ds-file models)? And how do I have to install it?