Daniel Chappuis
|
905c05c2b9
|
Modify travis file
|
2016-04-07 08:48:58 +02:00 |
|
Daniel Chappuis
|
5b7a096e27
|
Remove .mtl file and add doxygen documentation in TriangleVertexArray
|
2016-04-07 08:48:25 +02:00 |
|
Daniel Chappuis
|
357e0792ea
|
Modifications in concave shape scene in testbed application
|
2016-04-07 08:39:17 +02:00 |
|
Daniel Chappuis
|
4a5c57c37e
|
Configure coverity scan for travis
|
2016-04-02 17:12:31 +02:00 |
|
Daniel Chappuis
|
69f56e84f2
|
Configure coverity scan for travis
|
2016-04-02 17:06:54 +02:00 |
|
Daniel Chappuis
|
a609e0f8d7
|
Configure coverity scan for travis
|
2016-04-02 16:26:12 +02:00 |
|
Daniel Chappuis
|
a73da0a547
|
Configure coverity scan for travis
|
2016-04-02 15:38:14 +02:00 |
|
Daniel Chappuis
|
6417d38522
|
Modify travis file
|
2016-04-02 15:12:15 +02:00 |
|
Daniel Chappuis
|
582ad5996c
|
Modify travis file
|
2016-04-02 14:26:23 +02:00 |
|
Daniel Chappuis
|
3a77ea3171
|
Modify travis file
|
2016-04-02 02:54:32 +02:00 |
|
Daniel Chappuis
|
fcadbed56f
|
Fix issue in function to compute triangle barycentric coordinates
|
2016-04-02 02:50:32 +02:00 |
|
Daniel Chappuis
|
bffbd66c54
|
Fix precision issue in unit tests
|
2016-04-02 02:26:20 +02:00 |
|
Daniel Chappuis
|
bd8b626406
|
Modify travis file
|
2016-04-02 02:19:12 +02:00 |
|
Daniel Chappuis
|
c8daa95035
|
Try to fix issue with travis file
|
2016-04-02 02:03:51 +02:00 |
|
Daniel Chappuis
|
a6634355a5
|
Try to fix issue with travis file
|
2016-04-02 01:59:37 +02:00 |
|
Daniel Chappuis
|
f22db4b4ed
|
Fix issues and add unit tests
|
2016-04-02 01:51:41 +02:00 |
|
Daniel Chappuis
|
b7b8cad191
|
Add coverity scan into .travis.yml file
|
2016-04-01 18:46:55 +02:00 |
|
Daniel Chappuis
|
50a9feded6
|
Increase mouse scrolling sensitivity in testbed application
|
2016-04-01 18:46:13 +02:00 |
|
Daniel Chappuis
|
97fd840150
|
Fix pointer error in raycast unit test
|
2016-03-30 23:17:20 +02:00 |
|
Daniel Chappuis
|
b608efa032
|
Try to use newer compiler on travis for C++11
|
2016-03-30 23:11:41 +02:00 |
|
Daniel Chappuis
|
21bb8bc625
|
Fix warnings in testbed application
|
2016-03-30 23:01:11 +02:00 |
|
Daniel Chappuis
|
235b1db90c
|
Fix warnings
|
2016-03-30 22:39:47 +02:00 |
|
Daniel Chappuis
|
59b237e992
|
Add unit tests for Dynamic AABB tree
|
2016-03-30 07:10:15 +02:00 |
|
Daniel Chappuis
|
315c701f34
|
Move method in cpp file
|
2016-03-30 07:09:35 +02:00 |
|
Daniel Chappuis
|
274483aee2
|
Add raycasting unit tests for ConcaveMeshShape and HeightFieldShape
|
2016-03-26 14:22:49 +01:00 |
|
Daniel Chappuis
|
af1350e2e1
|
Fix issue in HeightField in testbed application
|
2016-03-24 18:19:01 +01:00 |
|
Daniel Chappuis
|
744484e064
|
Use float height data for HeightField in HeightField scenes in testbed
|
2016-03-22 07:29:20 +01:00 |
|
Daniel Chappuis
|
4d982ebd31
|
Fix sleeping colors in testbed application
|
2016-03-21 23:02:05 +01:00 |
|
Daniel Chappuis
|
e530a1a7cc
|
Add rolling resistance to shapes in collision shapes scene in testbed application
|
2016-03-21 21:55:02 +01:00 |
|
Daniel Chappuis
|
67334b1bd3
|
Remove coverity scan from travis.yml file
|
2016-03-21 21:01:43 +01:00 |
|
Daniel Chappuis
|
fc1f844135
|
Merge branch nanogui into develop
|
2016-03-21 20:57:42 +01:00 |
|
Daniel Chappuis
|
e4eea29a98
|
Fix issue in testbed application on Windows
|
2016-03-21 18:35:44 +01:00 |
|
Daniel Chappuis
|
3e98ab2282
|
Add support for rolling resistance in the contact solver
|
2016-03-20 23:01:38 +01:00 |
|
Daniel Chappuis
|
10549796c8
|
Add functions in Vector2, Vector3 and clamp vector function in mathematics
|
2016-03-20 22:54:08 +01:00 |
|
Daniel Chappuis
|
63fb6261a3
|
Fix issue with linear/angular damping
|
2016-03-20 22:53:05 +01:00 |
|
Daniel Chappuis
|
b15d46a95f
|
Working on GUI for testbed application
|
2016-03-03 21:46:45 +01:00 |
|
Daniel Chappuis
|
7d0b5df216
|
Fix issues in CMakeLists files for Windows
|
2016-03-03 17:25:53 +01:00 |
|
Daniel Chappuis
|
97436877fb
|
Fix issue with fixed framerate in nanogui
|
2016-03-01 23:19:45 +01:00 |
|
Daniel Chappuis
|
41d0c60d49
|
Fix compilation errors on Visual Studio
|
2016-03-01 18:40:22 +01:00 |
|
Daniel Chappuis
|
abe178fa1d
|
Working on new gui for testbed application
|
2016-03-01 07:41:15 +01:00 |
|
Daniel Chappuis
|
e29794d24f
|
Working on new GUI using nanogui
|
2016-02-28 21:39:39 +01:00 |
|
Daniel Chappuis
|
d0481e0901
|
Fix compilation errors/warnings on Linux
|
2016-02-22 23:26:50 +01:00 |
|
Daniel Chappuis
|
4b215b1d97
|
Remove files
|
2016-02-22 19:20:00 +01:00 |
|
Daniel Chappuis
|
376f0dff9c
|
Switch to nanogui for the GUI of the testbed application
|
2016-02-22 18:44:29 +01:00 |
|
Daniel Chappuis
|
7089e07bd3
|
Modify Readme file and setup project for coverity scan
|
2016-02-15 21:46:10 +01:00 |
|
Daniel Chappuis
|
d6580f94aa
|
Fix conflicts when merging triangularmeshes into develop
|
2016-02-15 20:14:30 +01:00 |
|
Daniel Chappuis
|
1fbdb90040
|
Add (empty) unit tests for DynamicAABBTree
|
2016-02-14 20:55:40 +01:00 |
|
Daniel Chappuis
|
32bee688be
|
Working on demo scenes in testbed application
|
2016-02-14 19:36:56 +01:00 |
|
Daniel Chappuis
|
eeb1052833
|
Fix issue in HeightField and user Perlin noise to generate terrain
|
2016-02-11 23:09:01 +01:00 |
|
Daniel Chappuis
|
7dae30718b
|
Working on the testbed application (raycast and heightfield scenes)
|
2016-02-08 22:27:11 +01:00 |
|