Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
4 registered members (fogman, Grant, AndrewAMD, juanex), 989 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 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: 27,935
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,935
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 | 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