Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (M_D), 1,430 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 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,726
old_bill Offline
Senior Expert
old_bill  Offline
Senior Expert

Joined: Mar 2002
Posts: 7,726
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 | chip programmers | 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