Hi developers, This e-mail is a notice that as or revision 10057, the IClientAPI interface has changed. The following changes have been made:
* void SendCameraConstraint(Vector4 CameraConstraint) has been added to allow the simulator to tell the client that there is something blocking the camera. Please take a note of the change and update your custom clients that implement IClientAPI. Thanks -------------- Full Commit log Text: --------------- teravus * r10057 OpenSim/ (17 files in 16 dirs) * Created a way that the OpenSimulator scene can ask the physics scene to do 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) Regards Teravus _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev
