Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Commit some sit code that's commented out for now. | Teravus Ovares (Dan Olivares) | 2009-12-08 | 1 | -1/+8 |
| | |||||
* | * Adds Normal to the fields returned by the Physics Raycaster | Teravus Ovares (Dan Olivares) | 2009-12-05 | 1 | -2/+8 |
| | | | | | | | | * Fixes recognizing when a sit target is and isn't set. * * 1. Vector3.Zero. * * 2. Orientation: x:0, y:0, z:0, w:1 - ZERO_ROTATION * * (or) Orientation: x:0, y:0, z:0, w:0 - Invalid Quaternion * * (or) Orientation: x:0, y:0, z:1, w:0 - Invalid mapping, some older objects still exist with it | ||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | * Fixes Terrain issues with combined regions. | Teravus Ovares (Dan Olivares) | 2009-08-20 | 1 | -9/+4 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-07-23 | 1 | -2/+2 |
| | |||||
* | * Whoops, forgot the water heightfield. | Teravus Ovares | 2009-07-22 | 1 | -1/+4 |
| | |||||
* | * Exclude heightfield geom from the raycast test. | Teravus Ovares | 2009-07-22 | 1 | -0/+69 |
| | | | | | * Fixes mantis #3922 | ||||
* | * Created a way that the OpenSimulator scene can ask the physics scene to do ↵ | Teravus Ovares | 2009-07-19 | 1 | -0/+295 |
a raycast test safely. * Test for prim obstructions between the avatar and camera. If there are obstructions, inform the client to move the camera closer. This makes it so that walls and objects don't obstruct your view while you're moving around. Try walking inside a hollowed tori. You'll see how much easier it is now because your camera automatically moves closer so you can still see. * Created a way to know if the user's camera is alt + cammed or just following the avatar. * Changes IClientAPI interface by adding SendCameraConstraint(Vector4 CameraConstraint) |