Robert Adams
|
dce9e323f4
BulletSim: remove degenerate triangles from meshes. This fixes the
|
11 年之前 |
Robert Adams
|
0cd99c74a7
BulletSim: add expanded call to IMesher/Meshmerizer which enables/disables mesh caching. Since BulletSim caches and tracks the unmanaged memory version of meshes, the Meshmerizer itself does not need to cache built meshes once BulletSim has made the physical proxy mesh.
|
12 年之前 |
Robert Adams
|
80a2b81d52
Add level of detail specification to optionally reduce the number of vertices in generated prim meshes
|
13 年之前 |
John Hurliman
|
d199767e69
Experimental change of PhysicsVector to Vector3. Untested
|
15 年之前 |
Jeff Ames
|
0d29614ca1
Formatting cleanup.
|
15 年之前 |
Dan Lake
|
6d52974c5f
Eliminate pinned Mesh data on managed heap by using IntPtrs to memory allocated on the unmanaged heap. This prevents fragmentation of the managed heap and the resulting stress on GC. A region with ~150,000 prims using ODE and Meshmerizer saw memory remain flat around 1.2GB as opposed to 1.5GB and continually growing due to pinned memory. This patch complements the unique mesh dictionary patch applied to Meshmerizer but is independent. The net effect is a 60-75% reduction in memory for our largest regions.
|
15 年之前 |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 年之前 |
Teravus Ovares
|
53026affb3
* Instead of referencing mesh stuff in the physics plugin.. change the IMesh Interface. (blame prebuild)
|
15 年之前 |
Dahlia Trimble
|
e593a333c7
adds releaseSourceMeshData() method to IMesh and Mesh for freeing mesh data after conversion to pinned lists.
|
16 年之前 |
Jeff Ames
|
6ef9d4da90
Formatting cleanup.
|
16 年之前 |
Dahlia Trimble
|
f6c7f167b9
Overloads CreateMesh method of interface IMesher to pass prim physical status to mesher
|
16 年之前 |
Teravus Ovares
|
d3b013be1c
* Releases Pinned vertex/index list in ODE on next mesh request.
|
16 年之前 |
Teravus Ovares
|
00a1f0bab0
* This finishes the ODE options section of the OpenSim.ini.example. I've added 44 configurable options!
|
16 年之前 |
Jeff Ames
|
47180080f0
Formatting cleanup.
|
16 年之前 |
lbsa71
|
efd90b56b7
* Optimized usings
|
17 年之前 |
Jeff Ames
|
712efda9b9
added copyright notices
|
17 年之前 |
Jeff Ames
|
db174dfa20
set svn:eol-style
|
17 年之前 |
Teravus Ovares
|
cb07ba0d68
* Moves the Meshmerizer to a separate plugin
|
17 年之前 |