mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
add entries the the ini.example files for ubODE
This commit is contained in:
@@ -244,7 +244,9 @@
|
||||
;; Default is Meshmerizer
|
||||
; meshing = Meshmerizer
|
||||
; meshing = ZeroMesher
|
||||
|
||||
;; select ubODEMeshmerizer only with ubOde physics engine
|
||||
; meshing = ubODEMeshmerizer
|
||||
|
||||
;; Choose one of the physics engines below
|
||||
;# {physics} {} {Select physics engine} {OpenDynamicsEngine BulletSim basicphysics POS} BulletSim
|
||||
;; BulletSim is the default physics engine. It provides the best performance and most functionality.
|
||||
@@ -257,6 +259,9 @@
|
||||
; physics = BulletSim
|
||||
; physics = basicphysics
|
||||
; physics = POS
|
||||
;; alternative OpenDynamicsEngine engine. ubODEMeshmerizer meshing above MUST be selected also
|
||||
;; see also ODEPhysicsSettings section
|
||||
; physics = ubODE
|
||||
|
||||
;# {DefaultScriptEngine} {} {Default script engine} {XEngine} XEngine
|
||||
;; Default script engine to use. Currently, we only have XEngine
|
||||
@@ -692,7 +697,6 @@
|
||||
;; (see NINJA Physics, http://opensimulator.org/wiki/NINJA_Physics)
|
||||
; use_NINJA_physics_joints = false
|
||||
|
||||
|
||||
[RemoteAdmin]
|
||||
;; This is the remote admin module, which uses XMLRPC requests to
|
||||
;; manage regions from a web interface.
|
||||
|
||||
Reference in New Issue
Block a user