Simple feedback server
This commit is contained in:
13
feedback-server/externs/js/html/VREyeParameters.hx
Normal file
13
feedback-server/externs/js/html/VREyeParameters.hx
Normal file
@@ -0,0 +1,13 @@
|
||||
package js.html;
|
||||
|
||||
/**
|
||||
This WebVR API interface represents all the information required to correctly render a scene for a given eye, including field of view information.
|
||||
**/
|
||||
@:native("VREyeParameters") extern class VREyeParameters {
|
||||
function new();
|
||||
final fieldOfView : VRFieldOfView;
|
||||
final offset : js.lib.Float32Array;
|
||||
final renderHeight : Float;
|
||||
final renderWidth : Float;
|
||||
static var prototype : VREyeParameters;
|
||||
}
|
Reference in New Issue
Block a user