-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question - serialize #28
Comments
PxSerialization is available, although I never really used it. Debugging isn't really possible however (I think someone maneged to use a websocket connection to connect to the PhysX Visual Debugger in the past but that was with PhysX 4. With PhysX 5 PVD isn't really supported anymore). The cooking functions for |
Thanks for your reply. I gave it a try but faced to unattended issue , meshDesc polygons does not exist
|
Ah yes that's true. Do you need polygons? I never had a usecase where I needed them and it works just fine with only points. |
I have already vertices and faces . I want to use it with babylonjs meshes
for collide detection
Le lun. 22 janv. 2024 à 19:09, Max Thiele ***@***.***> a
écrit :
… Ah yes that's true. Do you need polygons? I never had a usecase where I
needed them and it works just fine with only points.
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA57O2RDTKDEKAEG26JB3DYP2TO7AVCNFSM6AAAAABCAT5662VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBUGU2DCNJRGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Then PxConvexMesh is probably not the right choice. This is only for small (up to 255 vertices) convex meshes (see here) For "regular" meshes you need to use either PxTriangleMesh (but keep in mind that triangle meshes can only be static or kinematic, not fully simulated dynamic). |
you are right ,PxConvexMesh won't be a good choice in my case. |
Yes that should work. |
Hi,
Is there possibility to use serialization, or to debug PhysX scene ?
and is Cooking available ?
Regards
The text was updated successfully, but these errors were encountered: