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

Method render_set_fov

StereoKit/Native/NativeAPI.cs:445–445  ·  view source on GitHub ↗
(float field_of_view_degrees)

Source from the content-addressed store, hash-verified

443
444 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_clip (float near_plane, float far_plane);
445 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_fov (float field_of_view_degrees);
446 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_ortho_clip (float near_plane, float far_plane);
447 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_ortho_size (float viewport_height_meters);
448 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_projection (Projection proj);

Callers 1

SetFOVMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected