x
Yes
No
Do you want to visit DriveHQ English website?
Inicio
Características
Precios
Prueba gratuita
Software cliente
Acerca de nosotros
Servidor de archivos
|
Solución de copias de seguridad
|
Servidor FTP
|
Servidor de correo electrónico
|
Alojamiento web
|
Software cliente
Servidor de archivos
Solución de copia de seguridad
Servidor FTP
Servidor de correo electrónico
Alojamiento web
Software cliente
NXU_cooking.h - Hosted on DriveHQ Cloud IT Platform
Arriba
Subir
Descargar
Compartir
Publicar
Nueva carpeta
Nuevo archivo
Copiar
Cortar
Eliminar
Pegar
Clasificación
Actualizar
Ruta de la carpeta: \\game3dprogramming\materials\GameFactory\GameFactoryDemo\references\NxuStream2\include\NXU_cooking.h
Girar
Efecto
Propiedad
Historial
#ifndef NXU_COOKING_H #define NXU_COOKING_H #include "NxCooking.h" class NxPMap; class NxTriangleMesh; class NxUserOutputStream; struct NxCookingParams; namespace NXU { bool hasCookingLibrary(void); // check to see if the cooking library is available or not! bool SetCookingParams(const ::NxCookingParams ¶ms); const ::NxCookingParams & GetCookingParams(void); bool InitCooking(void); void CloseCooking(); bool CookTriangleMesh(const ::NxTriangleMeshDesc &desc, NxStream &stream); bool CookConvexMesh(const ::NxConvexMeshDesc &desc, NxStream &stream); #if NX_USE_CLOTH_API bool CookClothMesh(const ::NxClothMeshDesc &desc, NxStream &stream); #endif #if NX_USE_SOFTBODY_API bool CookSoftBodyMesh(const ::NxSoftBodyMeshDesc &desc,NxStream &stream); #endif bool CreatePMap(NxPMap &pmap, const ::NxTriangleMesh &mesh, NxU32 density, NxUserOutputStream *outputStream = NULL); bool ReleasePMap(NxPMap &pmap); }; #endif
NXU_cooking.h
Dirección de la página
Dirección del archivo
Anterior
4/20
Siguiente
Descargar
( 976 B )
Comments
Total ratings:
0
Average rating:
No clasificado
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.