mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
* Patch from nlin to enable DIF state file writing from the ODEPlugin
* Rebuilt libode.so, ode.dll * If you roll your own ODE library, make sure to update your opensim-libs.
This commit is contained in:
@@ -309,6 +309,15 @@ mesh_lod = 32
|
||||
; number^2 physical level of detail of the sculpt texture. 16x16 - 256 verticies
|
||||
mesh_physical_lod = 16
|
||||
|
||||
; ##
|
||||
; ## Physics logging settings - logfiles are saved to *.DIF files
|
||||
; ##
|
||||
|
||||
;physics_logging = true
|
||||
;; every n simulation iterations, the physics snapshot file is updated
|
||||
;physics_logging_interval = 50
|
||||
;; append to existing physics logfile, or overwrite existing logfiles?
|
||||
;physics_logging_append_existing_logfile = true
|
||||
|
||||
[RemoteAdmin]
|
||||
enabled = false
|
||||
@@ -617,4 +626,4 @@ EventLimit = 30
|
||||
; If a script overruns it's event limit, kill the script?
|
||||
KillTimedOutScripts = false
|
||||
; Allow OS console command functionality (VERY DANGEROUS!!)
|
||||
AllowosConsoleCommand = false
|
||||
AllowosConsoleCommand = false
|
||||
|
||||
Reference in New Issue
Block a user