gh_physx3 LibraryDescriptiongh_physx3 is the module that manages NVIDIA PhysX 3 engine. Thanks to gh_physx3, you will be able to create rigid bodies and do collisions, create particles and fluids, creates clothes and joints. Number of functions: 52
gh_physx3.startDescriptionstarts the PhysX engine. LanguagesLua - Python ParametersThis function has no input parameter(s). Return ValuesCode sample
gh_physx3.stopDescriptionstops the PhysX engine. LanguagesLua - Python ParametersThis function has no input parameter(s). Return ValuesCode sample
gh_physx3.gpu_is_supportedDescriptionchecks for PhysX GPU support (Windows only). LanguagesLua - Python ParametersThis function has no input parameter(s). Return ValuesCode sample
gh_physx3.gpu_get_nameDescriptiongets the name of the PhysX GPU. LanguagesLua - Python ParametersThis function has no input parameter(s). Return ValuesCode sample
gh_physx3.gpu_get_num_multiprocessorsDescriptiongets the number of SMs of the PhysX GPU. LanguagesLua - Python ParametersThis function has no input parameter(s). Return ValuesCode sample
gh_physx3.gpu_get_clock_frequency_khzDescriptiongets the clock speed of the PhysX GPU. LanguagesLua - Python ParametersThis function has no input parameter(s). Return ValuesCode sample
gh_physx3.gpu_get_total_memory_size_mbDescriptiongets the size of the PhysX GPU memory. LanguagesLua - Python ParametersThis function has no input parameter(s). Return ValuesCode sample
gh_physx3.set_simulation_scalesDescriptionSets the various scales to get realistic physics simulations (to avoid the famous Moon effect) LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.run_simulationDescriptionruns a simulation. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.create_sceneDescriptioncreates a physx scene. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.set_scene_gravityDescriptionsets the scene gravity vector. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.create_materialDescriptioncreates a physx material. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.create_actor_planeDescriptioncreates a plane actor. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.create_actor_sphereDescriptioncreates a sphere actor. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.create_actor_boxDescriptioncreates a box actor. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.create_actor_meshDescriptioncreates an actor from a mesh. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.actor_killDescriptiondestroys an actor. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_set_positionDescriptionsets the global position of an actor. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_get_positionDescriptiongets the global position of an actor. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.actor_set_euler_anglesDescriptionsets the orientation of an actor using Euler's angles. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_set_orientationDescriptionsets the orientation of an actor (a quaternion). LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_get_orientationDescriptiongets the orientation of an actor (a quaternion). LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.actor_apply_transformDescriptionapplies the transformation (position + orientation) of an PhysX actor to a regular 3D object (a mesh for example). LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_set_sleep_thresholdDescriptionsets the sleep threshold. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_get_sleep_thresholdDescriptiongets the sleep threshold. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.actor_is_sleepingDescriptiongets the sleeping state of an actor. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.actor_put_to_sleepDescriptionforces an actor to sleep. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_wake_upDescriptionwakes up an actor. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_set_linear_dampingDescriptionsets the linear damping of an actor. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_set_angular_dampingDescriptionsets the angular damping of an actor. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_set_linear_velocityDescriptionsets the linear velocity of an actor. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_set_angular_velocityDescriptionsets the angular velocity of an actor. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_set_kinematic_stateDescriptionsets the kinematic state of an actor. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_set_kinematic_targetDescriptionmoves kinematically controlled dynamic actors through the 3d world. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_add_forceDescriptionadds a force to an actor. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_add_force_at_positionDescriptionadds a force to an actor at a particular position. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.actor_set_gravity_stateDescriptionsets the gravity state of an actor. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.cloth_create_from_meshDescriptioncreates a PhysX cloth from a mesh. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.cloth_is_running_on_gpuDescriptiongets the GPU state of a cloth actor. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.cloth_set_gpu_stateDescriptionsets the GPU state of a cloth actor. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.cloth_update_mesh_vertex_dataDescriptionupdates a mesh data (positions + normals ) from a PhysX cloth actor. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.cloth_update_particles_from_mesh_particlesDescriptionupdates a PhysX cloth actor from a mesh. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.cloth_set_external_accelerationDescriptionsets the external acceleration to a PhysX cloth actor. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.particle_system_createDescriptioncreates a particle system. A PhysX particle system must run with a regular gxl3d particle system. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.particle_system_create_fluidDescriptioncreates a PhysX fluid (particle system). A PhysX particle system must run with a regular gxl3d particle system. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.particle_system_position_from_vertex_poolDescriptionupdates the positions of a PhysX particle system from a gxl3d vertex pool. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.particle_system_position_to_vertex_poolDescriptionupdates the positions of a gxl3d vertex pool from a PhysX particle system. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.particle_system_to_gxl3d_psDescriptionupdates a gxl3d particle system from a PhysX particle system. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.particle_system_from_gxl3d_psDescriptionupdates a PhysX particle system from a gxl3d particle system. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.joint_createDescriptioncreates a PhysX joint between two PhysX actors. LanguagesLua - Python ParametersReturn ValuesCode sample
gh_physx3.joint_killDescriptionkills a PhysX joint. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
gh_physx3.joint_set_break_forceDescriptionset the breaking force of a PhysX joint. LanguagesLua - Python ParametersReturn ValuesThis function has no return value(s). Code sample
2013-2015 Geeks3D. All Rights Reserved. .:- G3D Network -:. |