might as well |
Added category: ContinuouslyChanging nodes |
||
Line 35: | Line 35: | ||
[[Category:ProtoFlux:Math:Random:Point]] | [[Category:ProtoFlux:Math:Random:Point]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 06:54, 27 May 2025
Random Point In Cone
Point
The Random Point In Cone node returns a random point within the bounds 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)
A random point inside the specified cone. 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.