Recast Navigation
Navigation-mesh Toolset for Games
MeshLoaderObj.cpp File Reference
#include "MeshLoaderObj.h"
#include <stdio.h>
#include <stdlib.h>
#include <cstring>
#include <math.h>

Functions

static char * parseRow (char *buf, char *bufEnd, char *row, int len)
 
static int parseFace (char *row, int *data, int n, int vcnt)
 

Function Documentation

◆ parseFace()

static int parseFace ( char *  row,
int *  data,
int  n,
int  vcnt 
)
static

◆ parseRow()

static char* parseRow ( char *  buf,
char *  bufEnd,
char *  row,
int  len 
)
static