Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (TipmyPip, 1 invisible), 18,699 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Boat physics #32818
09/05/04 23:16
09/05/04 23:16
Joined: Nov 2003
Posts: 133
Macom Offline OP
Member
Macom  Offline OP
Member

Joined: Nov 2003
Posts: 133
Hi,

is there an example out for using the physics engine for a speed boat ?

Re: Boat physics [Re: Macom] #32819
09/07/04 09:34
09/07/04 09:34
Joined: Sep 2004
Posts: 58
SharpStar
DragonPowerFire1 Offline
Junior Member
DragonPowerFire1  Offline
Junior Member

Joined: Sep 2004
Posts: 58
SharpStar
I would love it if there was one. I'am creating a dragon type game where I get to divebomb ships Someone needs to answer this pretty soon!!!


What is taken cannot always be ours. What is given will always be ours. Christian Power Rocks!!!!!!!!!!!!!!!!!!!
Re: Boat physics [Re: DragonPowerFire1] #32820
09/25/04 04:10
09/25/04 04:10
Joined: Sep 2004
Posts: 3
M
Melnic Offline
Guest
Melnic  Offline
Guest
M

Joined: Sep 2004
Posts: 3
Check out the threads on physicsengine.com
It seems the Newton Folks are ahead on this one.
Its pretty easy with Newton to add floating object and that is in one of their tutorials. I'm working on a Boat Vehicle right now.
Melnic

Re: Boat physics [Re: Melnic] #32821
10/12/04 02:55
10/12/04 02:55
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline
Serious User
VeT  Offline
Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
Guys!!!!!!!!
I find script like boat!!! Its cool!!!!!!

var up_down[3]; //Vector up and down
var movement; //moving


ACTION boat // the boat-action
{
WHILE (1) {
MY.PUSH = 10;
movement += 8.7 *TIME;
MY.ROLL=ANG(1.8*SIN(movement));
MY.TILT=ANG(2.7*SIN(movement));
MY.PAN=ANG(0.95*SIN(movement));
up_down.Z= 0.6*SIN(movement);//up and down
MOVE ME,nullvector , up_down;
wait(1);

}
}


1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro
Re: Boat physics [Re: VeT] #32822
10/22/04 03:52
10/22/04 03:52
Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
VeT Offline
Serious User
VeT  Offline
Serious User

Joined: Aug 2004
Posts: 1,345
Kyiv, Ukraine
Where is your thanks?


1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro
Re: Boat physics [Re: VeT] #32823
11/02/04 13:14
11/02/04 13:14
Joined: Dec 2002
Posts: 1,866
B
b_102373 Offline
Senior Developer
b_102373  Offline
Senior Developer
B

Joined: Dec 2002
Posts: 1,866
How to I make the boat move in Newton. Iam stuck on this one.


Moderated by  HeelX, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1