Pyrogenesis trunk
|
#include "precompiled.h"
#include "weldmesh.h"
#include <string.h>
#include <assert.h>
#include <malloc.h>
Functions | |
static void | MergeVertsFast (int *piCurNrUniqueVertices, int *piRemapTable, float *pfVertexDataOut, int *piVertexIDs, const float pfVertexDataIn[], const int iNrVerticesIn, const int iFloatsPerVert, const int iL_in, const int iR_in, const int iChannelNum) |
Copyright (C) 2011 by Morten S. More... | |
int | WeldMesh (int *piRemapTable, float *pfVertexDataOut, const float pfVertexDataIn[], const int iNrVerticesIn, const int iFloatsPerVert) |
Copyright (C) 2011 by Morten S. More... | |
|
static |
Copyright (C) 2011 by Morten S.
Mikkelsen
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
int WeldMesh | ( | int * | piRemapTable, |
float * | pfVertexDataOut, | ||
const float | pfVertexDataIn[], | ||
const int | iNrVerticesIn, | ||
const int | iFloatsPerVert | ||
) |
Copyright (C) 2011 by Morten S.
Mikkelsen
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: