oops, a bug!
glm::intersectLineTriangle(ray->Origine,rayon->Direction,
m_Model->listVertex[m_Model->listFaces[i].s1],
m_Model->listVertex[m_Model->listFaces[i].s2],...
Type: Posts; User: otto87
oops, a bug!
glm::intersectLineTriangle(ray->Origine,rayon->Direction,
m_Model->listVertex[m_Model->listFaces[i].s1],
m_Model->listVertex[m_Model->listFaces[i].s2],...
Hi,
I work on raytracing project and i have few questions:
When i use :
glm::intersectLineTriangle(rayon->Direction,ray->Origine,
m_Model->listVertex[m_Model->listFaces[i].s1],...