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,758 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
the terrain is through #174951
12/27/07 13:48
12/27/07 13:48
Joined: Sep 2007
Posts: 80
R
ruchen Offline OP
Junior Member
ruchen  Offline OP
Junior Member
R

Joined: Sep 2007
Posts: 80
I made a demo about fish swimming in the marine,but the fish can swim through the terrain.I use the function c_trace() to detect the surroundings and vec_add to move to the place ahead.I didn't use c_move(),and when I use it,the fish aslo can swim through the terrain.Why?

Re: the terrain is through [Re: ruchen] #174952
12/28/07 00:54
12/28/07 00:54
Joined: Mar 2003
Posts: 4,264
Wellington
Nems Offline

.
Nems  Offline

.

Joined: Mar 2003
Posts: 4,264
Wellington
Go into the properties of the terrain in WED and check "polygon" flag or write a simple script and apply it to the terrain like this

action poly_on
{
my.polygon = on;
}

..and then run your level again to check results...

Re: the terrain is through [Re: Nems] #174953
12/28/07 06:20
12/28/07 06:20
Joined: Sep 2007
Posts: 80
R
ruchen Offline OP
Junior Member
ruchen  Offline OP
Junior Member
R

Joined: Sep 2007
Posts: 80
Yes,I didin't select the "polygon",and if I select it the fish won't swim through the terrain.Thank you!
But if I select it,whether the fps will decrease?
And there are other models in the level,the player aslo can walk through
them.When I select the "polygon",it won't.But there are so many models,if I all select the "polygon",whether the program execute very slowly?

Last edited by ruchen; 12/28/07 06:22.

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