Click or drag to resize

WeatherMakerGeometryUtility Class

Geometry helper methods
Inheritance Hierarchy
SystemObject
  DigitalRuby.WeatherMakerWeatherMakerGeometryUtility

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static class WeatherMakerGeometryUtility

The WeatherMakerGeometryUtility type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBoxIntersectsFrustum
Exact frustum box intersect, unlike Unity frustum culling this does not sometimes fail on objects that are not in the frustum All credit goes to https://www.iquilezles.org/www/articles/frustumcorrect/frustumcorrect.htm, very smart person :) Also http://www.flipcode.com/archives/Frustum_Culling.shtml was helpful
Public methodStatic memberSmoothStep
Smoothstep just like a shader
Top
See Also