mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-17 02:28:21 +00:00
Raycastmesh missing malloc, free, NULL refs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user