mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:09:52 +02:00
whoops, committed wrong file. Rolling back.
This commit is contained in:
parent
6cc8d53a6d
commit
1d64262067
1 changed files with 0 additions and 2 deletions
|
@ -701,7 +701,6 @@ void ShapeColliderTests::sphereTouchesAACubeFaces() {
|
||||||
|
|
||||||
for (int i = 0; i < axes.size(); ++i) {
|
for (int i = 0; i < axes.size(); ++i) {
|
||||||
glm::vec3 axis = axes[i];
|
glm::vec3 axis = axes[i];
|
||||||
std::cout << "adebug j = " << i << " axis = " << axis << std::endl; // adebug
|
|
||||||
// outside
|
// outside
|
||||||
{
|
{
|
||||||
collisions.clear();
|
collisions.clear();
|
||||||
|
@ -810,7 +809,6 @@ void ShapeColliderTests::sphereTouchesAACubeEdges() {
|
||||||
|
|
||||||
for (int i =0; i < axes.size(); ++i) {
|
for (int i =0; i < axes.size(); ++i) {
|
||||||
glm::vec3 axis = axes[i];
|
glm::vec3 axis = axes[i];
|
||||||
std::cout << "adebug i = " << i << " axis = " << axis << std::endl; // adebug
|
|
||||||
float lengthAxis = glm::length(axis);
|
float lengthAxis = glm::length(axis);
|
||||||
axis /= lengthAxis;
|
axis /= lengthAxis;
|
||||||
float overlap = 0.25f;
|
float overlap = 0.25f;
|
||||||
|
|
Loading…
Reference in a new issue