Vehicle help

A place to discuss everything related to Newton Dynamics.

Moderators: Sascha Willems, walaber

Re: Vehicle help

Postby Leadwerks » Thu Jan 15, 2009 12:06 pm

Should I just re-download Beta 18?

Is there a C interface for the raycast vehicle commands? Or should I use the multibody vehicle?
User avatar
Leadwerks
 
Posts: 569
Joined: Fri Oct 27, 2006 2:54 pm

Re: Vehicle help

Postby Julio Jerez » Thu Jan 15, 2009 4:41 pm

yes
Julio Jerez
Moderator
Moderator
 
Posts: 12249
Joined: Sun Sep 14, 2003 2:18 pm
Location: Los Angeles

Re: Vehicle help

Postby Leadwerks » Thu Jan 15, 2009 7:22 pm

Is there a C interface for the raycast vehicle commands? Or should I use the multibody vehicle?
User avatar
Leadwerks
 
Posts: 569
Joined: Fri Oct 27, 2006 2:54 pm

Re: Vehicle help

Postby Dave Gravel » Thu Jan 15, 2009 8:34 pm

It is write in c++ but I don't have implement the dll export, because many stuff can change in futur and maybe soon.
Currently if you need it from the dll you need to make your self implementation.
I have sometimes tonight and I have some more idea to tests, and maybe I can make some export to use it quickly from the dll.
This is some personal experimentation, I don't know if Julio work on a other method for self engine surely.
You search a nice physics solution, if you can read this message you're at the good place :wink:
OrionX3D Projects & Demos:
https://orionx3d.sytes.net
https://www.facebook.com/dave.gravel1
https://www.youtube.com/user/EvadLevarg/videos
User avatar
Dave Gravel
 
Posts: 800
Joined: Sat Apr 01, 2006 9:31 pm
Location: Quebec in Canada.

Re: Vehicle help

Postby Leadwerks » Fri Jan 16, 2009 12:31 am

This will be difficult to access from BlitzMax. I don't believe I can call C++ methods from BlitzMax.
User avatar
Leadwerks
 
Posts: 569
Joined: Fri Oct 27, 2006 2:54 pm

Re: Vehicle help

Postby TheoLogic » Sun Jan 18, 2009 5:54 am

Any update on this, exam is in a week and a half :(
TheoLogic - Portfolio.
Wiki - Personal wiki pages.
TheoLogic
 
Posts: 35
Joined: Thu Oct 02, 2008 5:27 am

Re: Vehicle help

Postby TheoLogic » Mon Jan 19, 2009 9:21 am

k00m, do you have an update for me please, we really need to get this working for our exam...
Thx!
TheoLogic - Portfolio.
Wiki - Personal wiki pages.
TheoLogic
 
Posts: 35
Joined: Thu Oct 02, 2008 5:27 am

Re: Vehicle help

Postby agi_shi » Mon Jan 19, 2009 9:26 am

TheoLogic wrote:k00m, do you have an update for me please, we really need to get this working for our exam...
Thx!

This seems to already be in the latest beta19 SDK since yesterday.
agi_shi
 
Posts: 263
Joined: Fri Aug 17, 2007 6:54 pm

Re: Vehicle help

Postby Leadwerks » Mon Jan 19, 2009 1:34 pm

Thanks. I see the customraycast commands in the DLL. Where is the header file for this? JointLibrary.h doesn't contain any commands for the raycast car. Should I be able to find the command protocols in the library source code?
User avatar
Leadwerks
 
Posts: 569
Joined: Fri Oct 27, 2006 2:54 pm

Re: Vehicle help

Postby Julio Jerez » Mon Jan 19, 2009 1:43 pm

I do no remember if thre is a C inteface for teh raycats car, I was really busy over teh weeked fix soem bug an dtryin to ge teh Beta out.
I will make the C inteface for Rayu Cast car exactl the same are teh one for the Mutibody car, taht wat you will will no have to make change to teh inteface you alrady have.

I have negleted some people, but the beta was in the hand of som emany people that I was overwelem, with PMs,
Julio Jerez
Moderator
Moderator
 
Posts: 12249
Joined: Sun Sep 14, 2003 2:18 pm
Location: Los Angeles

Re: Vehicle help

Postby Leadwerks » Mon Jan 19, 2009 5:00 pm

Thank you. I'm just going to spend all my time right now on the vehicles, so that our friend can get the physics added to his game really fast.

Theo, I recommend you get set up with the existing vehicle commands, and then you can just drop the new DLL in when it is ready.
User avatar
Leadwerks
 
Posts: 569
Joined: Fri Oct 27, 2006 2:54 pm

Re: Vehicle help

Postby TheoLogic » Tue Jan 20, 2009 3:48 am

That's already done :)
I still need particles, droppable parts and decals done so I got some stuff to do the comming 2-3 days :)

Thanks for understanding this!
TheoLogic - Portfolio.
Wiki - Personal wiki pages.
TheoLogic
 
Posts: 35
Joined: Thu Oct 02, 2008 5:27 am

Re: Vehicle help

Postby Dave Gravel » Tue Jan 20, 2009 12:58 pm

I have start to make some little changes on my vehicle method, and I have add the export in the JointLibrary.
I think I can have it ready for tonight.
Do you need it again or you are ok to go with what you have already ?
You search a nice physics solution, if you can read this message you're at the good place :wink:
OrionX3D Projects & Demos:
https://orionx3d.sytes.net
https://www.facebook.com/dave.gravel1
https://www.youtube.com/user/EvadLevarg/videos
User avatar
Dave Gravel
 
Posts: 800
Joined: Sat Apr 01, 2006 9:31 pm
Location: Quebec in Canada.

Re: Vehicle help

Postby Leadwerks » Tue Jan 20, 2009 2:49 pm

I need the C interface to use this.
User avatar
Leadwerks
 
Posts: 569
Joined: Fri Oct 27, 2006 2:54 pm

Re: Vehicle help

Postby Dave Gravel » Tue Jan 20, 2009 3:52 pm

I'm not 100% sure about what you need exactly but what I working on is to remake the interface to get my vehicle method working from the jointlibrary.
I have some little fix and some more implementation to make on my method to make it better and more configurable.
Like the multibodyvehicle that you use in your old demo posted in the beta thread.
Currently it working good I can get the vehicle from my pascal engine, it's suposed to work same from any system.
I think to have all code modification and the dll .h export ready to use late on this night.
You search a nice physics solution, if you can read this message you're at the good place :wink:
OrionX3D Projects & Demos:
https://orionx3d.sytes.net
https://www.facebook.com/dave.gravel1
https://www.youtube.com/user/EvadLevarg/videos
User avatar
Dave Gravel
 
Posts: 800
Joined: Sat Apr 01, 2006 9:31 pm
Location: Quebec in Canada.

PreviousNext

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 53 guests