Added picking event

This commit is contained in:
viktorljung
2015-12-10 16:33:33 +01:00
parent aa805f9a41
commit bb900c5110
5 changed files with 94 additions and 26 deletions
@@ -56,3 +56,4 @@ ScreenCoords::PixelData ScreenCoords::ToPixelData(glm::vec2 screenCoord, FrameBu
{
return ToPixelData(screenCoord.x, screenCoord.y, PickDataBuffer, DepthBuffer);
}