mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 08:21:28 +00:00
Raycastmesh missing malloc, free, NULL refs
This commit is contained in:
parent
989bffee81
commit
d652cc8ea4
@ -1,6 +1,8 @@
|
|||||||
#include "RaycastMesh.h"
|
#include "RaycastMesh.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
// This code snippet allows you to create an axis aligned bounding volume tree for a triangle mesh so that you can do
|
// This code snippet allows you to create an axis aligned bounding volume tree for a triangle mesh so that you can do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user