Class Geometry

#include <Geode/fmod/fmod.hpp>
classGeometry{ ... }
No description provided
Examples0
Public static methods0
Public member functions20
FMOD_RESULTrelease()
No description provided
FMOD_RESULTaddPolygon(
floatdirectocclusion
,
floatreverbocclusion
,
booldoublesided
,
intnumvertices
,,
int*polygonindex
)
No description provided
FMOD_RESULTgetNumPolygons(
int*numpolygons
)
No description provided
FMOD_RESULTgetMaxPolygons(
int*maxpolygons
,
int*maxvertices
)
No description provided
FMOD_RESULTgetPolygonNumVertices(
intindex
,
int*numvertices
)
No description provided
FMOD_RESULTsetPolygonVertex(
intindex
,
intvertexindex
,)
No description provided
FMOD_RESULTgetPolygonVertex(
intindex
,
intvertexindex
,)
No description provided
FMOD_RESULTsetPolygonAttributes(
intindex
,
floatdirectocclusion
,
floatreverbocclusion
,
booldoublesided
)
No description provided
FMOD_RESULTgetPolygonAttributes(
intindex
,
float*directocclusion
,
float*reverbocclusion
,
bool*doublesided
)
No description provided
FMOD_RESULTsetActive(
boolactive
)
No description provided
FMOD_RESULTgetActive(
bool*active
)
No description provided
FMOD_RESULTsetRotation(,)
No description provided
FMOD_RESULTgetRotation(,)
No description provided
FMOD_RESULTsetPosition()
No description provided
FMOD_RESULTgetPosition(
FMOD_VECTOR*position
)
No description provided
FMOD_RESULTsetScale()
No description provided
FMOD_RESULTgetScale()
No description provided
FMOD_RESULTsave(
void*data
,
int*datasize
)
No description provided
FMOD_RESULTsetUserData(
void*userdata
)
No description provided
FMOD_RESULTgetUserData(
void **userdata
)
No description provided
Fields0
Protected member functions0
Protected fields0