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
  • PxCreatePlane

PxCreatePlane#

Defined in include/extensions/PxSimpleFactory.h

PxRigidStatic *PxCreatePlane(
PxPhysics &sdk,
const PxPlane &plane,
PxMaterial &material,
)#

create a plane actor.

The plane equation is n.x + d = 0

See also

PxRigidStatic

Parameters:
  • sdk – [in] the PxPhysics object

  • plane – [in] a plane of the form n.x + d = 0

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

Returns:

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

previous

PxCreateKinematic

next

PxCreateStatic

On this page
  • PxCreatePlane()
NVIDIA NVIDIA

Copyright © 2022-2025, NVIDIA Corporation.

Last updated on Feb 07, 2025.