Skip to main content
Ctrl+K
PhysX SDK Documentation - Home

PhysX SDK Documentation

  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch
PhysX SDK Documentation - Home

PhysX SDK Documentation

  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch

Table of Contents

  • PhysX SDK API
  • PxSimpleFactory.h
  • PxCreateStatic

PxCreateStatic#

Defined in include/extensions/PxSimpleFactory.h

PxRigidStatic *PxCreateStatic(
PxPhysics &sdk,
const PxTransform &transform,
PxShape &shape,
)#

simple method to create a PxRigidStatic actor with a single PxShape.

See also

PxRigidStatic

Parameters:
  • sdk – [in] the PxPhysics object

  • transform – [in] the global pose of the new object

  • shape – [in] the new object’s shape

Returns:

a new static actor, or NULL if it could not be constructed

previous

PxCreatePlane

next

PxCreateStatic

On this page
  • PxCreateStatic()
NVIDIA NVIDIA

Copyright © 2022-2025, NVIDIA Corporation.

Last updated on Feb 07, 2025.