WebGLRenderingContext: frontFace() method
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
Note: This feature is available in Web Workers.
Phương pháp WebGLRenderingContext.frontFace() của WebGL API xác định xem đa giác là mặt trước hay mặt sau bằng cách thiết lập hướng cuộn dây.
Cú pháp
js
frontFace(mode)
Thông số
Giá trị trả về
Không có (undefined).
Ví dụ
js
gl.frontFace(gl.CW);
Thông số kỹ thuật
| Specification |
|---|
| WebGL Specification> # 5.14.3> |