Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

PhysicsServer3DRenderingServerHandler

Inherits: Object

A class used to provide PhysicsServer3DExtension._soft_body_update_rendering_server with a rendering handler for soft bodies.

Methods

void

_set_aabb ( AABB aabb ) virtual

void

_set_normal ( int vertex_id, const void* normals ) virtual

void

_set_vertex ( int vertex_id, const void* vertices ) virtual


Method Descriptions

void _set_aabb ( AABB aabb ) virtual

There is currently no description for this method. Please help us by contributing one!


void _set_normal ( int vertex_id, const void* normals ) virtual

There is currently no description for this method. Please help us by contributing one!


void _set_vertex ( int vertex_id, const void* vertices ) virtual

There is currently no description for this method. Please help us by contributing one!