MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / sh_dominant_dir

Method sh_dominant_dir

StereoKit/Native/NativeAPI.cs:130–130  ·  view source on GitHub ↗
(in  SphericalHarmonics harmonics)

Source from the content-addressed store, hash-verified

128 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sh_add (ref SphericalHarmonics harmonics, Vec3 light_dir, Vec3 light_color);
129 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Color sh_lookup (in SphericalHarmonics harmonics, Vec3 normal);
130 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Vec3 sh_dominant_dir(in SphericalHarmonics harmonics);
131
132
133 ///////////////////////////////////////////

Callers 1

SphericalHarmonicsClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected