|
Luciftias Neurocam
Ecosystem Design
Join date: 13 Oct 2005
Posts: 742
|
05-13-2006 16:33
Ok, here's the deal. I'm on an Island beach, at the base of a cliff. I place an object that needs to know where the ground is at all times on the beach, so it uses llGround() to determine this. And, bam, it flies 93 m up in the air because it thinks that's where the ground is.
What's going on?
|
|
Cross Lament
Loose-brained Vixen
Join date: 20 Mar 2004
Posts: 1,115
|
05-13-2006 16:35
Are you passing any vector value to llGround() besides ZERO_VECTOR? The value passed to llGround() should be the offset from the object's current position that you want to check the ground height of, and not anything like llGetPos(). I've made that mistake. 
_____________________
- Making everyone's day just a little more surreal -
Teeple Linden: "OK, where did the tentacled thing go while I was playing with my face?"
|