-
Notifications
You must be signed in to change notification settings - Fork 0
Setup physx
Friedrich Horschig edited this page Dec 12, 2013
·
1 revision
- Runterladen und Installieren des SDK (V.a. PhysX, APEX kommt später) min. Version 3.2.4 von http://www.nvidia.com/object/physx_downloads.html (Requires Registration first)
- Umgebungsvariable PHYSX_ROOT auf Installationsverzeichnis setzen ODER b. Hoffen, dass bei CMAKE das Standardverzeichnis gefunden wird c. Beim CMAKE-Vorgang die Verzeichnisse für Lib und Include manuell setzen
- Verzeichnis D:-PhsyX-SDK 3.2.4 zum PATH hinzufügen oder b. DLLs später manuell zum Projekt hinzufügen (PhysX3_64.dll, PhysX3Common_64.dll und PhysX3Extensions.dll)
- CMAKE Generate und ausführen.