Up to date

This page is up to date for Godot 4.1. If you still find outdated information, please open an issue.

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!