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-06-01 23:45:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
be7afa0b1f2b4947f62d5a541663d665c78482d3
opensim
/
OpenSim
/
Region
/
Physics
History
Dan Lake
1b2828f5d8
Meshmerizer stores dictionary of unique Meshes keyed on construction parameters. CreateMesh() returns a Mesh from the dictionary or creates a new Mesh if it has not been created before. Meshes are never purged from the dictionary. The raw Mesh data is discarded once the memory is pinned for ODE use. All copies of the same prim/mesh use the same pinned memory. ONLY IMPLEMENTED AND TESTED WITH MESHMERIZER AND ODE
...
Signed-off-by: dahlia <dahliaTrimble@gmailDotCom>
2009-09-24 18:20:59 -07:00
..
BasicPhysicsPlugin
Formatting cleanup, minor refactoring.
2009-08-26 14:02:01 +09:00
BulletDotNETPlugin
modify BulletDotNETPrim.cs in preparation for Mantis
#4181
2009-09-24 18:16:29 -07:00
BulletXPlugin
* Created a way that the OpenSimulator scene can ask the physics scene to do a raycast test safely.
2009-07-19 02:32:02 +00:00
Manager
* One last attempt to get the bordercrossing/primcrossing/attachmentcrossing right in the new border framework.
2009-09-02 04:39:00 -04:00
Meshing
Meshmerizer stores dictionary of unique Meshes keyed on construction parameters. CreateMesh() returns a Mesh from the dictionary or creates a new Mesh if it has not been created before. Meshes are never purged from the dictionary. The raw Mesh data is discarded once the memory is pinned for ODE use. All copies of the same prim/mesh use the same pinned memory. ONLY IMPLEMENTED AND TESTED WITH MESHMERIZER AND ODE
2009-09-24 18:20:59 -07:00
OdePlugin
Meshmerizer stores dictionary of unique Meshes keyed on construction parameters. CreateMesh() returns a Mesh from the dictionary or creates a new Mesh if it has not been created before. Meshes are never purged from the dictionary. The raw Mesh data is discarded once the memory is pinned for ODE use. All copies of the same prim/mesh use the same pinned memory. ONLY IMPLEMENTED AND TESTED WITH MESHMERIZER AND ODE
2009-09-24 18:20:59 -07:00
PhysXPlugin
* Created a way that the OpenSimulator scene can ask the physics scene to do a raycast test safely.
2009-07-19 02:32:02 +00:00
POSPlugin
Formatting cleanup, minor refactoring.
2009-08-26 14:02:01 +09:00