Raycastmesh missing malloc, free, NULL refs

This commit is contained in:
KimLS 2014-04-28 13:10:11 -07:00
parent 989bffee81
commit d652cc8ea4

View File

@ -1,6 +1,8 @@
#include "RaycastMesh.h"
#include <math.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <vector>
// This code snippet allows you to create an axis aligned bounding volume tree for a triangle mesh so that you can do