Gamestudio Links
Zorro Links
Newest Posts
WFO Training with parallel cores Zorro64
by Martin_HH. 02/24/26 19:51
Zorro version 3.0 prerelease!
by TipmyPip. 02/24/26 17:09
ZorroGPT
by TipmyPip. 02/23/26 21:52
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
4 registered members (Martin_HH, TipmyPip, AndrewAMD, Grant), 5,825 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
terrain-deform #113345
02/22/07 20:20
02/22/07 20:20
Joined: Jan 2007
Posts: 1,619
Germany
Scorpion Offline OP
Serious User
Scorpion  Offline OP
Serious User

Joined: Jan 2007
Posts: 1,619
Germany
i have that problem: i tried a easy terrain deformation script, that sets every vertex to a random height.But on the side and the last row the vertecies won't change.(btw if i try it with a wait i can see that the "last" vertex is changed more then once)



here my code(it shouldnt be a code-error)
Code:
i=1;
while(i!=33*33)
{
vec_to_mesh(vector(0,0,random(40)),me,i);
i += 1;
}




edit: i got a problem like that with my fur-shader, hard to explain just look:


Last edited by Scorpion; 02/22/07 20:37.
Re: terrain-deform [Re: Scorpion] #113346
02/22/07 21:20
02/22/07 21:20
Joined: Sep 2002
Posts: 8,177
Netherlands
PHeMoX Offline
Senior Expert
PHeMoX  Offline
Senior Expert

Joined: Sep 2002
Posts: 8,177
Netherlands
Perhaps you can fix your 'fur shader' problem by setting your terrain's transparent flag.

The other problem seems strange, but perhaps you should simply change 33x33 to (33x33)?

Cheers


PHeMoX, Innervision Software (c) 1995-2008

For more info visit: Innervision Software
Re: terrain-deform [Re: PHeMoX] #113347
02/22/07 21:27
02/22/07 21:27
Joined: Sep 2002
Posts: 1,604
Deutschland
ChrisB Offline
Serious User
ChrisB  Offline
Serious User

Joined: Sep 2002
Posts: 1,604
Deutschland
ZEnable=1;
ZWriteEnable=1;
in the first pass
and
ZEnable=1;
ZWriteEnable=0;
in the fur passes.


www.Swollen-Eyeballs.org
ICQ:169213431
#3dgs@quakenet
Re: terrain-deform [Re: ChrisB] #113348
02/22/07 21:30
02/22/07 21:30
Joined: Jul 2000
Posts: 28,075
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,075
Frankfurt
Set your terrain to nonchunked. Chunked terrain can't be deformed (well it can, but only the first chunk).

http://manual.conitec.net/wed_entities.htm

Re: terrain-deform [Re: jcl] #113349
02/23/07 11:57
02/23/07 11:57
Joined: Jan 2007
Posts: 1,619
Germany
Scorpion Offline OP
Serious User
Scorpion  Offline OP
Serious User

Joined: Jan 2007
Posts: 1,619
Germany
thank you jcl,
i just read over that in the manual


Moderated by  HeelX, rvL_eXile 

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