From 1a841dfc599c8fe8c81105fd0a6ae6d511da2d6c Mon Sep 17 00:00:00 2001 From: teravus Date: Sun, 23 Dec 2012 15:44:29 -0500 Subject: * Update Example to include BulletSimN option and description. --- bin/OpenSim.ini.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index e591a69..8ce508a 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -210,12 +210,13 @@ ;; Choose one of the physics engines below ;# {physics} {} {Select physics engine} {OpenDynamicsEngine BulletSim basicphysics POS} OpenDynamicsEngine ;; OpenDynamicsEngine is by some distance the most developed physics engine - ;; BulletSim is incomplete and experimental but in active development + ;; BulletSim is incomplete and experimental but in active development. BulletSimN is a purely C# version of BulletSim. ;; basicphysics effectively does not model physics at all, making all - ;; objects phantom + ;; objects phantom. ;; Default is OpenDynamicsEngine ; physics = OpenDynamicsEngine ; physics = BulletSim + ; physics = BulletSimN ; physics = basicphysics ; physics = POS -- cgit v1.1