Dreamotion3d (and PhysX) continuation...

Advanced game related topics
Chrono Syndrome
Enthusiast
Enthusiast
Posts: 169
Joined: Thu Oct 05, 2006 6:44 am
Contact:

Post by Chrono Syndrome »

and this:
CRASH >.< !

BTW: zis replacement works:
;----------------
;- Main Loop
;----------------
If InitD3D9() = #True
If D3D9_OpenWindowedScreen(0, 10, 10, 640, 480, "DirectX For PB: Initilization") = #True

DM_SetDevices(hwnd, *D3D, *D3DDevice)
DM_SetGraphics(@Rendering, 32, 0)

; create camera
*camera = DM_CreateCamera(0)
DM_TranslateEntity(*camera, 0,3,-20)
*cube=DM_CreateCube()

; set parameters dreamotion engine with params initialized by directx
Repeat
DM_BeginScene()
; DM_RenderWorld()
DM_EndScene()
Until WindowEvent() = #PB_Event_CloseWindow
EndIf
EndIf
Shutdown(0)
So, it looks like zat our main problem is DM_RenderWorld().
Don't try to catch ze Night !
Remember: 'z' is better zen 'th' =) !
Sorry for bad english.
tmyke
Enthusiast
Enthusiast
Posts: 132
Joined: Fri Sep 29, 2006 1:10 pm
Location: France

Post by tmyke »

OK, THX. I see that....
Strength and wisdom.
Image
Num3
PureBasic Expert
PureBasic Expert
Posts: 2810
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

BTW:

Engine works ok on a 6600GT with 256Mb DDR3
tmyke
Enthusiast
Enthusiast
Posts: 132
Joined: Fri Sep 29, 2006 1:10 pm
Location: France

Post by tmyke »

Num3 wrote:BTW:
Engine works ok on a 6600GT with 256Mb DDR3
THX Num3, I add on my list... :wink:

@Chrono Syndrome:
Go on Dreamotion site for continu somes test

http://www.dreamotion3d.com/plugins/for ... ?1612.last
Strength and wisdom.
Image
Chrono Syndrome
Enthusiast
Enthusiast
Posts: 169
Joined: Thu Oct 05, 2006 6:44 am
Contact:

Post by Chrono Syndrome »

@Chrono Syndrome:
Go on Dreamotion site for continu somes test

http://www.dreamotion3d.com/plugins/for ... ?1612.last
OK.
Don't try to catch ze Night !
Remember: 'z' is better zen 'th' =) !
Sorry for bad english.
byo
Enthusiast
Enthusiast
Posts: 635
Joined: Mon Apr 02, 2007 1:43 am
Location: Brazil

Post by byo »

Hi.


Is this still being developed?

It has great potential, I've seen some demos who are beautiful and stable.

:wink:

.
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Post by djes »

Yes it is. Main coder had to go some weeks for his job, but he's back by now.
byo
Enthusiast
Enthusiast
Posts: 635
Joined: Mon Apr 02, 2007 1:43 am
Location: Brazil

Post by byo »

Cool, djes.

Seems like we got a winner among 3D engines for Purebasic.

One thing I just noticed: the package for Purebasic is dated 13/10/2007. Maybe a new version? Well, keep up the good work whoever is part of this promising project.

.
tmyke
Enthusiast
Enthusiast
Posts: 132
Joined: Fri Sep 29, 2006 1:10 pm
Location: France

Post by tmyke »

Hello.

Just a few details about Dreamotion3D.

For the moment, is the downloadable version 3, the last version online is just an little
update (somes bug fixed).

We are in the process of completing the comprehensive reencoding engine for version 4
(more stable With some improvements.), which should be available in two or three weeks,
and in addition, the code of the engine will be OpenSource (DX9 only).


And afterwards, between early 2008 and mid 2008, we will write Dreamotion3D Muli-API
(OpenGL-DX9-DX10), still in OpenSource.


This is the roadmap for the next few months, see over for the next year to come.

:wink:
Strength and wisdom.
Image
byo
Enthusiast
Enthusiast
Posts: 635
Joined: Mon Apr 02, 2007 1:43 am
Location: Brazil

Post by byo »

That's great, tmyke.

I'm glad to be aware of such a promising 3D engine's roadmap and expectations.

Thanks for such a fast reply.

Do you know where I can find documentation of the API in English?
I've looked for it but I've only found it in French.

:D

,
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

tmyke wrote:the code of the engine will be OpenSource (DX9 only).

And afterwards, between early 2008 and mid 2008, we will write Dreamotion3D Muli-API (OpenGL-DX9-DX10), still in OpenSource.
Great news, hopefully this means that I can debug the code to find out why it doesn't work with Integrated Intel cards properly......

and If I can fix it, you might be able to add it to your main code tmyke ?!

:)
Paid up PB User !
tmyke
Enthusiast
Enthusiast
Posts: 132
Joined: Fri Sep 29, 2006 1:10 pm
Location: France

Post by tmyke »

byo wrote:That's great, tmyke.
Do you know where I can find documentation of the API in English?
I've looked for it but I've only found it in French.
,
The documentation of Dreamotion3D V4 will be simple and concise, but fully in English ...
dontmailme wrote: Great news, hopefully this means that I can debug the code to find out why it doesn't work with Integrated Intel cards properly......
and If I can fix it, you might be able to add it to your main code tmyke ?!
:wink:
Strength and wisdom.
Image
User avatar
DoubleDutch
Addict
Addict
Posts: 3219
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Looking forward to this:
Dreamotion3D Muli-API
But especially to this:
The documentation of Dreamotion3D V4 will be simple and concise, but fully in English
:)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Post by djes »

dontmailme wrote:
tmyke wrote:the code of the engine will be OpenSource (DX9 only).

And afterwards, between early 2008 and mid 2008, we will write Dreamotion3D Muli-API (OpenGL-DX9-DX10), still in OpenSource.
Great news, hopefully this means that I can debug the code to find out why it doesn't work with Integrated Intel cards properly......

and If I can fix it, you might be able to add it to your main code tmyke ?!

:)
I have some problems with Intel chipsets too, with Pure. On a few PC here, loadimage give a blue screen. But a lot of games doesn't work better, so I think it's a driver bug.
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

djes wrote:I have some problems with Intel chipsets too, with Pure. On a few PC here, loadimage give a blue screen. But a lot of games doesn't work better, so I think it's a driver bug.
I'm sure the driver has a lot to do with it....

I have found no problems on any DX7 software for these cards, it only appears to be a problem with DX9 stuff....... BUT.....

I have a lot of professional DX9 programs here which work flawlessly, including games, 3d editors and utilities......

The Irrlich for PB engine also works perfectly in DX9 mode.... but the DX9 subsystem and Dreamotion do not..... so it must depend upon how the DX9 interfaces are implemented.....

I only hope that Fred makes the PB native DX9 work in the same way as the Irrlich one or your PB GFX apps can kiss goodbye to older machines..... either that or we'll have to use the Irrlich wrapper.
Paid up PB User !
Post Reply