From 6e330e8a75763a8126f96c58076ed18b00ebb382 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 21 May 2022 02:03:34 +0200 Subject: Add properties to disable top/bottom cap generation in TubeTrailMesh This can be used to improve generation and rendering performance, or for certain special effects such as particle trails. --- doc/classes/TubeTrailMesh.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/TubeTrailMesh.xml b/doc/classes/TubeTrailMesh.xml index ddc544dc97..7457aa4050 100644 --- a/doc/classes/TubeTrailMesh.xml +++ b/doc/classes/TubeTrailMesh.xml @@ -7,6 +7,12 @@ + + If [code]true[/code], generates a cap at the bottom of the tube. This can be set to [code]false[/code] to speed up generation and rendering when the cap is never seen by the camera. + + + If [code]true[/code], generates a cap at the top of the tube. This can be set to [code]false[/code] to speed up generation and rendering when the cap is never seen by the camera. + -- cgit v1.2.3