From cdd903c1733ab813897e7bb8510d44d452238285 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Mon, 12 Nov 2007 12:43:01 +0000 Subject: * Applied Gerhard's Meshing patch (Thanks! Gerhard) * Addition of Gerhard's ZeroMesher. * Addition of meshing OpenSim.ini parameter * Some modifications to the Meshmerizer * Meshmerizer set to default meshing plugin because ZeroMesher needs a memory locking fix. We'll switch it back after the memory locking issue is resolved. --- bin/OpenSim.ini.example | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 0fbb777..1a61425 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1,5 +1,15 @@ [Startup] gridmode = false + +; Select a mesher here. ZeroMesher is save and fast. +; ZeroMesher also means that the physics engine models the physics of prims +; sticking to the basic shapes the engine does support. Usually this is only a box. +; Meshmerizer gives a better handling of complex prims by using triangle meshes. +; Note, that only ODE physics currently deals with meshed prims in a satisfactoring way +; ZeroMesher currently has a memory locking issue. +; meshing = ZeroMesher +meshing = Meshmerizer + physics = basicphysics ; Prim Storage ; if you would like to use sqlite uncomment the following line (and -- cgit v1.1