template cleanup |
size -> radius |
||
| Line 26: | Line 26: | ||
=== BaseRadius ([[Type:float|float]]) === | === BaseRadius ([[Type:float|float]]) === | ||
The | The radius of the circle base of the cone. | ||
== Outputs == | == Outputs == | ||
Revision as of 19:26, 15 April 2025
Random Point On Cone
Point
The Random Point On Cone node returns a random point on the shell of a cone with the given Height and BaseRadius centered at [0; 0; 0].
Inputs
Height (float)
The height of the cone.
BaseRadius (float)
The radius of the circle base of the cone.
Outputs
* (float3)
The random result. The center of the cone is at [0; 0; 0], making the y field anywhere between -BaseHeight/2 and +BaseHeight/2, where the former is the circle side and the latter is the tip side.