Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 02/25/26 21:44
Zorro version 3.0 prerelease!
by TipmyPip. 02/25/26 16:38
WFO Training with parallel cores Zorro64
by Martin_HH. 02/24/26 19:51
Camera always moves upwards?
by clonman. 02/21/26 09:29
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 02/19/26 13:22
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
2 registered members (TipmyPip, AndrewAMD), 5,589 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
alx, ApprenticeInMuc, PatrickH90, USER0328, Sfrdragon
19199 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 3 1 2 3
Re: Grundproblem mit der Physikengine #15951
08/02/03 07:56
08/02/03 07:56
Joined: Mar 2002
Posts: 7,727
old_bill Offline
Senior Expert
old_bill  Offline
Senior Expert

Joined: Mar 2002
Posts: 7,727
function InitPhys( bboxtype, mass )
{
phent_settype(my, PH_RIGID, bboxtype);
phent_setmass(my, mass, PH_SPHERE);
}

var gravity[3] = 0,0, -380;

action Kugel
{
InitPhys(1,50);
phent_setmaxspeed(my, 5000, 20);
phent_setelasticity(my,2,200); // bounce
phent_setfriction(my,90);
ph_setgravity(gravity);
}


Success is walking from failure to failure with no loss of enthusiasm.
Re: Grundproblem mit der Physikengine #15952
08/04/03 16:11
08/04/03 16:11
Joined: Apr 2003
Posts: 35
Germany
T
Teamon Offline OP
Newbie
Teamon  Offline OP
Newbie
T

Joined: Apr 2003
Posts: 35
Germany
JUHU

Es funktioniert mein Ball springt herum!!

Danke Oldbill !!

Nur wieso tut es jetzt ? Muss man erst SetGravity ganz zum Schluss machen ??

Ich arbeite nun weiter. Ich hoffe wenn ich weitere fragen stelle nerft das nicht zu arg!

:-)

Robert

Re: Grundproblem mit der Physikengine #15953
08/04/03 16:31
08/04/03 16:31
Joined: Apr 2003
Posts: 111
france
seb_dup1 Offline
Member
seb_dup1  Offline
Member

Joined: Apr 2003
Posts: 111
france
old_bill
by comparison with my script,yours is really complicated.

[Smile]

Page 3 of 3 1 2 3

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