aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-06-15* 0001558: [PATCH] Add support for full collision geometry feature set for ↵Teravus Ovares2-88/+296
linear path prims (patch attached) By Dahlia. Thanks Dahlia! * This update re-does the cube/cylinder/prism prims to dynamically add faces as twist is used.
2008-06-04* From DahliaTeravus Ovares1-21/+36
* Committing : 0001449: Patch implements X and Y Top Shear parameters for torus prim physical mesh generation (PATCH attached) * The included patch implements the X and Y Top Shear parameter adjustments to the mesh generator for the torus prim physical mesh. These are approximations as I was unable to determine their exact function but they appear to generate meshes which quite closely duplicate their counterparts in the viewer. * Thanks Dahlia!!!!
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-10/+17
2008-06-02PATCH : 0001431: corrections to torus physical mesh for default hollow shape ↵Teravus Ovares2-19/+38
and taper orientation along path. --------- From Dahlia! Thanks Dahlia!!! the attached patch reinstates the default hollow shape of the physics mesh of the torus prim type and corrects the orientation of the effects of taper on the profile along the path.
2008-06-01* Applying Dahlia's patch : 0001429: Patch to fix prism physical mesh and ↵Teravus Ovares2-60/+132
add path start and end to skew z offset of circular path prim meshes (PATCH attached) * Apparently this fixed a bug in my code that caused PushX to appear to work and pushX didn't appear to work after the patch.. so I fixed that after applying this patch and PushX actually works now.
2008-05-30Update svn properties. Formatting cleanup.Jeff Ames2-25/+10
2008-05-29* Fixes a few taper/top-sheer situations that were previously having issues.Teravus Ovares1-2/+2
2008-05-29* Applying Dahlia's interim path curve patch. it adds initial support for ↵Teravus Ovares3-47/+650
some tori/ring parameters. Thanks Dahlia! * Some situations do not match the client's render of the tori, we know and are working on it. This is an initial support patch, so expect it to not be exact. * Some tapers are acting slightly odd. Will fix.
2008-05-25* Yet another way to optimize the sculpt mesh generatorTeravus Ovares1-25/+25
2008-05-25* kill a potentially large float array.Teravus Ovares1-1/+1
2008-05-25* Releases Pinned vertex/index list in ODE on next mesh request.Teravus Ovares1-3/+11
2008-05-22* Prevent an error from stopping startup when decoding the sculpt mesh j2k ↵Teravus Ovares1-2/+12
fails.
2008-05-16* This finishes the ODE options section of the OpenSim.ini.example. I've ↵Teravus Ovares2-5/+13
added 44 configurable options! * This includes if you want to mesh sculpties and the Level of detail on the sculptie meshing for non physical and a separate LOD on physical sculpties. * The options range from gravity.. to avatar movement speed, to friction management.. to object density.. to update throttling.
2008-05-16Formatting cleanup.Jeff Ames3-40/+40
2008-05-14More formatting cleanup.Jeff Ames1-2/+4
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-05-13* Fixed directory not found when saving Mesh previews (my bad, I was testing)Teravus Ovares1-1/+1
2008-05-13* Committing meshmerizer patch from Dahlia. Thanks Dahlia!Teravus Ovares1-185/+269
* 0001241: physics cylinder proxy distorted and square hollow misaligned (patch attached) * The included patch corrects the outer shell of the meshmerizer proxy for the cylinder prim to eliminate spurious vertices and shape distortion, and corrects the orientation of the square hollow. * The size and orientation of the square hollow for the prism prim has been corrected also.
2008-05-09* Valid Sculpted prim now collide properly.Teravus Ovares2-67/+187
* The first time you set the sculpted texture of a prim you might have to futz with it to get it to generate a sculpted physics proxy * Note that there are already issues in Trunk, (such as the prim scaling issue and prim jumping issue. Essentially editing is difficult right now) * This just adds to the experimental nature of trunk. :D
2008-05-09* Applying Dahlia's Triangular hole in a cube peg patch. Fixes the hollow ↵Teravus Ovares1-3/+21
orientation in a cube in the meshmerizer. Thanks Dahlia! * See mantis 0001203 for more details!
2008-05-09* Wrote a method to get the OpenJpeg data of a sculpt texture asset and save ↵Teravus Ovares1-0/+231
it to the prim shape. * Added some stuff around sculpted prim meshes.. but it's just there so the project compiles now.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby2-2/+0
(this took a while to run).
2008-04-10* Adds twist support for Cubes, Cylinders, and Prisms in the MeshmerizerTeravus Ovares3-10/+361
* A tweak of the SimStatsReporter so it would report the prim capacity to be 45000.
2008-04-08* Added stretchable ellipsoid support with configurable LOD. It's actually ↵Teravus Ovares2-60/+168
a split facet icosahedral geodesic sphere that's scaled. * In other words, you can stretch spheres into oblong shapes now and watch them roll around like a football would. * Still can't cut, twist or profile cut spheres yet.
2008-04-08* Adds poor support for ellipsis in the Meshmerizer. This will get better.. ↵Teravus Ovares1-1/+110
notice the huge nasty facets! Regular spheres still work as they did.
2008-04-07* Updated ODE.NET bindings to the ODE library.Teravus Ovares1-11/+15
* Fixed some Tapers with Cylinders in the Meshmerizer
2008-03-25Comment out unused private methods.Jeff Ames2-34/+36
2008-03-18Formatting cleanup.Jeff Ames6-161/+154
2008-03-06* Killed 4 more warnings (at 16 now)Teravus Ovares1-0/+2
2008-02-20Minor cleanup.Jeff Ames3-24/+10
2008-02-19* Adds limited support for each hollow type for the supported prim., Cube ↵Teravus Ovares1-124/+192
with a triangle hollow, Cube with a cylinder hollow, cylinder with a triangle hollow, etc. * More work needs to be done here as several of the profileshape/hollow combinations are rotationally offset from where they render in the client.
2008-02-19*rawfile fix.Teravus Ovares1-1/+1
2008-02-19* This patch adds Prism support to the Meshmerizer. Prism is one of the ↵Teravus Ovares1-1/+208
object types in the drop down on the object tab. Positive tapers are slightly incorrect(prim sinks into ground a tiny bit). Everything else that's supported works as expected. Hollow, cut, negative tapers, top shear.
2008-02-14* ODE - This fixes a few things and breaks a few more.Teravus Ovares1-1/+1
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames2-7/+7
2008-02-09* Adds Top Shear support to the Meshmerizer for the Cube prim and the ↵Teravus Ovares2-2/+79
Cylinder prim.
2008-02-08* Added Taper support to the Meshmerizer for Cube and Cylinder.Teravus Ovares3-14/+83
* Removed the hull verbosity
2008-02-08* Finished Cylinder in the Meshmerizer. Hollow and Path cut work for it now. ↵Teravus Ovares1-42/+44
Enjoy the new physics-friendly prim type.
2008-02-08* Removed a statement that crashes the Meshmerizer if you don't have a ↵Teravus Ovares1-1/+1
specific /dev/ folder
2008-02-08* Okay, fixed the path cut offset, however the inner wall isn't properly ↵Teravus Ovares1-2/+2
'cut' from the hull, so slightly better support, but still limited.
2008-02-08* This update adds limited support for Cylinder meshed prim in the ↵Teravus Ovares1-1/+297
Meshmerizer plugin. (Limited because path cut is wrongly offset and while Hollowing works, you can walk through the inside wall.)
2008-02-05Converted logging to use log4net.Jeff Ames2-11/+13
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
2007-12-27* Optimized usingslbsa716-165/+151
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-11added copyright noticesJeff Ames4-0/+112
2007-11-11set svn:eol-styleJeff Ames6-1554/+1554
2007-11-10* Moves the Meshmerizer to a separate pluginTeravus Ovares6-0/+1556
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory....