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,FMOD_VECTORconst*vertices,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,FMOD_VECTORconst*vertex)
No description provided
FMOD_RESULTgetPolygonVertex(intindex,intvertexindex,FMOD_VECTOR*vertex)
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(FMOD_VECTORconst*forward,)
No description provided
FMOD_RESULTgetRotation(FMOD_VECTOR*forward,)
No description provided
FMOD_RESULTsetPosition(FMOD_VECTORconst*position)
No description provided
FMOD_RESULTgetPosition(FMOD_VECTOR*position)
No description provided
FMOD_RESULTsetScale(FMOD_VECTORconst*scale)
No description provided
FMOD_RESULTgetScale(FMOD_VECTOR*scale)
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