This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-27 20:35:59 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
df7abbb367ecac2fb09e1af10d3ec2a792ea2ed2
opensim
/
OpenSim
/
Region
/
Physics
/
UbitOdePlugin
History
UbitUmarov
2ab9588c9a
UbitODE: reduced the diference btw dinamic and static friction, making dinamic larger more identical to static.
2012-05-05 11:03:38 +01:00
..
AssemblyInfo.cs
UbitODE plugin initial commit
2012-02-08 15:24:10 +00:00
OdeApi.cs
ubitODE + physmanager: - Revised use of ODE collisions categories and bits(flags) for better use as filters together with top spaces (for example physical prims are on topactivespace and not physical are on topstaticspace) - Added new world raycast with filters. This blocks calling thread with a timeout of 500ms waiting for heartbeat ode thread signal job done. - Don't let ode bodies being disabled for 2 long except for vehicles. This is necessary to detect when the object is at rest at top of other and that is removed. Assume that vehicles can be enabled by used action.
2012-04-16 16:16:55 +01:00
ODECharacter.cs
force lower avatar density for testing
2012-05-05 03:28:35 +01:00
ODEDynamics.cs
Improved sitted avatars crossings ( plus tests on vehicles)
2012-05-02 22:08:09 +01:00
OdePlugin.cs
let chode and ubitode find ode.dll on windows
2012-03-09 04:19:39 +00:00
ODEPrim.cs
ubitODE prims: - moved outbounds checking back to UpdatePositionAndVelocity() from move() so it's done at end of each ode step and when it reports positions to core. There should be no need to check in both places. - Addforce() and AddAngularForce now apply a force if parameter pushforce is true or apply a impulse if false as it's actually needed (the prims grab case should be a force)
2012-05-05 10:40:03 +01:00
ODERayCastRequestManager.cs
ubitODE: - fix remove characters from default raycasts filters as older code (or camera is very odd) - Slow down avatar if velocity is higher than 50m/s as in chODE
2012-04-16 19:44:02 +01:00
OdeScene.cs
UbitODE: reduced the diference btw dinamic and static friction, making dinamic larger more identical to static.
2012-05-05 11:03:38 +01:00