Removed debugoutput

master
seba 15 년 전
부모 5549d90aca
커밋 046e032175

@ -71,7 +71,6 @@ int Sphere::getIntersectionParam(const Ray &ray, float *param1, float *param2) {
float p = b/a;
float q = c/a;
std::cout << p << " " << q << std::endl;
if((p*p)/4.0f<q) {
numerg = 0;
} else if((p*p)/4.0f==q) {

불러오는 중...
취소
저장