mirror of
https://github.com/bloeys/physx-go.git
synced 2025-12-29 07:58:20 +00:00
PvdSceneClient
This commit is contained in:
20
pgo/physx-c/CPxPlane.h
Executable file
20
pgo/physx-c/CPxPlane.h
Executable file
@ -0,0 +1,20 @@
|
||||
#ifndef CPxPlane_H
|
||||
#define CPxPlane_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct CPxPlane
|
||||
{
|
||||
void* obj;
|
||||
};
|
||||
|
||||
CPxAPI CSTRUCT CPxPlane* NewCPxPlane(float nx, float ny, float nz, float distance);
|
||||
CPxAPI void CPxPlane_release(CSTRUCT CPxPlane*);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // !CPxPlane_H
|
||||
Reference in New Issue
Block a user