Gamestudio Links
Zorro Links
Newest Posts
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (7th_zorro, Ayumi, AndrewAMD, Quad), 1,014 guests, and 2 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
physX problem #358675
02/12/11 18:35
02/12/11 18:35
Joined: Feb 2011
Posts: 26
J
jojo1995 Offline OP
Newbie
jojo1995  Offline OP
Newbie
J

Joined: Feb 2011
Posts: 26
why object 1 not Physics on object 2
look example :
http://www.multiupload.com/W6NEC1MNNI

Re: physX problem [Re: jojo1995] #358758
02/13/11 10:49
02/13/11 10:49
Joined: Feb 2011
Posts: 26
J
jojo1995 Offline OP
Newbie
jojo1995  Offline OP
Newbie
J

Joined: Feb 2011
Posts: 26
helloooooooo????

Re: physX problem [Re: jojo1995] #358778
02/13/11 12:43
02/13/11 12:43
Joined: Jan 2011
Posts: 797
Da wo du nicht bist! Muhahaha!
xxxxxxx Offline
User
xxxxxxx  Offline
User

Joined: Jan 2011
Posts: 797
Da wo du nicht bist! Muhahaha!
the entity with the action djhero isnt an pXobjekt! If you can place this entity at the position(0,0,0) i can solve this problem! sorry for my english
xxxxxxx


Es ist immer wieder erstaunlich, dass Leute die riesen Scripte schreiben die einfachsten sachen nicht können zb. mich mit SIEBEN x zu schreiben! tongue
Re: physX problem [Re: xxxxxxx] #358792
02/13/11 13:23
02/13/11 13:23
Joined: Feb 2011
Posts: 26
J
jojo1995 Offline OP
Newbie
jojo1995  Offline OP
Newbie
J

Joined: Feb 2011
Posts: 26
can you give me example plz

Re: physX problem [Re: jojo1995] #358798
02/13/11 13:52
02/13/11 13:52
Joined: Jan 2011
Posts: 797
Da wo du nicht bist! Muhahaha!
xxxxxxx Offline
User
xxxxxxx  Offline
User

Joined: Jan 2011
Posts: 797
Da wo du nicht bist! Muhahaha!
this works without setting the position to (0,0,0)

Code:
action djhero()
{
	var Rotat = 0;// is the var witch rotates the objekt
	pXent_settype(my,PH_RIGID,PH_CONVEX);// makes the entity to a phsiks ent. try some other collisionsmodes
	pXent_kinematic(me,1);// remove the gravity and other phsiks effekts
	while(1)
	{
		Rotat += 10*time_step;// add 10*time_step to the rotation
		pXent_moveglobal( me, my.x, vector(0,0,Rotat));// rotate the ent
		wait(1);
	}
}


sorry for my english
xxxxxxx


Es ist immer wieder erstaunlich, dass Leute die riesen Scripte schreiben die einfachsten sachen nicht können zb. mich mit SIEBEN x zu schreiben! tongue
Re: physX problem [Re: xxxxxxx] #358799
02/13/11 13:58
02/13/11 13:58
Joined: Feb 2011
Posts: 26
J
jojo1995 Offline OP
Newbie
jojo1995  Offline OP
Newbie
J

Joined: Feb 2011
Posts: 26
thank you
me too my english is bad
thank you for help me


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