root / d-collide

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3438 [3438] 2 years andi version 1.0.0 was released on 2008/05/01 (should be revision 3427), but no …
(edit) @3437 [3437] 2 years andi tagging version 1.0.0a
(edit) @3436 [3436] 2 years andi doc/ -> share/doc/
(edit) @3435 [3435] 2 years andi fix typo
(edit) @3434 [3434] 2 years andi fix installation of detectordeform subdir headers
(edit) @3433 [3433] 2 years andi compile with gcc 4.3
(edit) @3432 [3432] 2 years andi removing some useless const modifiers
(edit) @3431 [3431] 2 years andi move dcollide-config.h to the d-collide subdir (where it belongs) and …
(edit) @3430 [3430] 2 years andi fix installation: don't install to <prefix>/resources, but …
(edit) @3429 [3429] 2 years andi fix installation: NEVER install to doc/, always install to …
(edit) @3377 [3377] 2 years martin Changing some scenes for the presentation on monday. Especially devtest …
(edit) @3375 [3375] 2 years horst Reverted all unintentional changes
(edit) @3374 [3374] 2 years horst Einmal kurz alles vereinheitlicht. - Keine zwei Dateien mehr für die …
(edit) @3366 [3366] 2 years andi fix compilation if lib3ds is not available
(edit) @3365 [3365] 2 years andi make cppunit optional
(edit) @3359 [3359] 2 years horst Added the last rigid object collision benchmark (helicopter which flies …
(edit) @3350 [3350] 2 years horst dos2unix comment style fix
(edit) @3347 [3347] 2 years horst - Created a extra directory for benchmark scenes - Added two of the three …
(edit) @3338 [3338] 2 years andi disable benchmarking by default
(edit) @3337 [3337] 2 years andi cutnpaste error
(edit) @3336 [3336] 2 years andi benchmark hack: - getUsAverage() is average time, not fps - provide …
(edit) @3335 [3335] 2 years andi hack to allow benchmarking. enable the line in gui.cpp (replace #if 1 by …
(edit) @3321 [3321] 2 years horst Extended the benchmark MyTest once again and created a scene which does …
(edit) @3282 [3282] 2 years horst Forgotten to add the use of 16 worker threads
(edit) @3281 [3281] 2 years horst Reworked the benchmark MyTest so that it measures the average time and …
(edit) @3237 [3237] 2 years joshua Updated copyright year 2008 to license-files.
(edit) @3209 [3209] 3 years gregor added a benchmark mytest: create many proxies(spheres, boxes, meshes), …
(edit) @3202 [3202] 3 years max added a cmake-flag USE_SSE. If set to 2, we compile with sse2 …
(edit) @3191 [3191] 3 years horst Added a small Test class which I want to use to measure the difference …
(edit) @3148 [3148] 3 years martin removed obsolete code deactivated mathematically correct sanity check, …
(edit) @3140 [3140] 3 years martin replaced heuristic sanity check with mathematically correct one. the …
(edit) @3138 [3138] 3 years marc randomized the starting point of the surfacehierarchy creation. (number of …
(edit) @3122 [3122] 3 years joshua Utmost important typo!
(edit) @3114 [3114] 3 years andi provide a way to modify MAX_BVHNODE_LEAF_TRIANGLES without recompilation.
(edit) @3110 [3110] 3 years andi - split testHierarchy() up into two test methods - implement a simple …
(edit) @3107 [3107] 3 years andi reference -> const reference
(edit) @3105 [3105] 3 years max obbtest: re-enabled a test bvhnode: also update parents after the rotation …
(edit) @3101 [3101] 3 years max a lot of disabled debug output.
(edit) @3100 [3100] 3 years max BUGFIX: ALWAYS use the whole matrix rotateBy for Obb::rotate, because …
(edit) @3097 [3097] 3 years max BUGFIX: copy and paste error
(edit) @3095 [3095] 3 years max the same change for cone and cylinder
(edit) @3094 [3094] 3 years max changed method to calc. obb of wedge and box. Now we use the internal …
(edit) @3091 [3091] 3 years gregor minor change to deformable mesh-mesh code: also look for the triangle with …
(edit) @3090 [3090] 3 years andi tests for a simple hierarchy. the tests still fail a LOT though.
(edit) @3089 [3089] 3 years andi adding a cppunit test for Obbs
(edit) @3088 [3088] 3 years andi - operator==() - operator<<() for std::cout
(edit) @3087 [3087] 3 years frederick GetAverageSideLength is only invoked at the beginning at the spatial hash …
(edit) @3081 [3081] 3 years andi first add the child proxy, then the child BvhNode. this way the BvhNode
(edit) @3076 [3076] 3 years gregor coding style
(edit) @3060 [3060] 3 years andi fix operator=() concerning the broadphase type
(edit) @3059 [3059] 3 years andi make the number of worker threads configurable
(edit) @3058 [3058] 3 years andi doc improvements
(edit) @3057 [3057] 3 years andi - docs for c'tor - make sure changeThreadCount() won't use negative …
(edit) @3054 [3054] 3 years andi fix BV creation when rigid BV_TYPE != AABB
(edit) @3046 [3046] 3 years andi implementing a MeshSplitterFactory that can be provided to …
(edit) @3045 [3045] 3 years andi dont crash for a NULL bounding volume
(edit) @3038 [3038] 3 years joshua A few fixes/updates.
(edit) @3034 [3034] 3 years max - implemented obb::calculateVolume - adjustToMesh uses referencePoint …
(edit) @3033 [3033] 3 years andi make getUnrotatedCenter() const
(edit) @3032 [3032] 3 years max introduced referencePoint for cones,cylinders and meshes.
(edit) @3031 [3031] 3 years max box: Corrected calculation of center obb: introduced a reference point
(edit) @3030 [3030] 3 years andi unused variable
(edit) @3029 [3029] 3 years gregor rework the mesh-mesh algorithm AGAIN and make selfcollisions (spherecloth …
(edit) @3026 [3026] 3 years andi hack to fix getVertices() @max: please check this, the previous version …
(edit) @3025 [3025] 3 years gregor completed plane - algo for deformable objects as it is not producing …
(edit) @3024 [3024] 3 years andi - small optimization: no need to update check all 8 vertices in …
(edit) @3023 [3023] 3 years frederick Automatic rigid bv-hierarchy bv updates are disabled before the physics …
(edit) @3022 [3022] 3 years gregor corrected Proxy::getBoundingVolumeCenter center is (min+max)/2, not …
(edit) @3021 [3021] 3 years max little changes in adjustToSphere
(edit) @3020 [3020] 3 years andi clear the translation accu before performing rotate()
(edit) @3019 [3019] 3 years andi fix for rotate() when BV type is OBB: forward the rotation to child nodes
(edit) @3018 [3018] 3 years marc coding-style / indentation (@Marcel N. : kann es sein dass deine IDE die …
(edit) @3017 [3017] 3 years marc coding-style / indentation
(edit) @3015 [3015] 3 years marc coding-style 2
(edit) @3014 [3014] 3 years marc coding-style/ indentation
(edit) @3013 [3013] 3 years max in the end obb's are usable, but there are still some things TODO: - …
(edit) @3012 [3012] 3 years max added a struct which can handle the data-structure necessary for …
(edit) @3011 [3011] 3 years martin change call of calculatetriangleintersection to assuming no info about …
(edit) @3010 [3010] 3 years max implemented "fake" Obb::reset function. This one just creates a obb by …
(edit) @3009 [3009] 3 years andi do not use the iterator anymore after modifying the map. once the map was …
(edit) @3008 [3008] 3 years andi make TestApp::initialize() return false, if no scene could be set (i.e. …
(edit) @3007 [3007] 3 years andi - adding "restart" functionality - provide the possibility to switch …
(edit) @3006 [3006] 3 years martin added lots of comments added support of vectors of triangles need to …
(edit) @3004 [3004] 3 years max started implementing method to calculate convex hull of a mesh
(edit) @3003 [3003] 3 years marc belongs to my former commit
(edit) @3002 [3002] 3 years marc make it possible to use the surfacehierarchy for the moving rigid bunny
(edit) @3001 [3001] 3 years marc disable testing og neighbouring lowest level spheres …
(edit) @3000 [3000] 3 years martin mesh mesh intersector from last time this is what gregor asked for
(edit) @2999 [2999] 3 years horst Corrected algorithm choosement.
(edit) @2998 [2998] 3 years gregor simplify ode contact creation for deformable objects. Ignore …
(edit) @2997 [2997] 3 years max nearly finished adjustToMesh. It should work, but doesn't :-(
(edit) @2995 [2995] 3 years max some tries.
(edit) @2993 [2993] 3 years max slightly different method to calculate 2. and 3. eigenvector, delivers …
(edit) @2989 [2989] 3 years max implemented calculation of eigenvectors, which can be used for the …
(edit) @2988 [2988] 3 years max followed andi's hint: changed the name of the "Oriented Bounding Boxes" to …
(edit) @2986 [2986] 3 years marc make the cloth selfcollidable …
(edit) @2982 [2982] 3 years max started implementing numerical (iterative) calculation of the eigenvectors …
(edit) @2981 [2981] 3 years max Oobb of a sphere is correct now, but I still don't have a clue why the …
(edit) @2979 [2979] 3 years marc make the surfacehierarchy work with proxy-hierarchies ... (annotation: …
(edit) @2978 [2978] 3 years andi clarify the use of "index" in getDetectorDeformProxyData()
Note: See TracRevisionLog for help on using the revision log.