Type alias FrontFace

FrontFace: "CW" | "CCW"

正面方向枚举

  • CW 顺时钟方向
  • CCW 逆时钟方向

See

https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/frontFace

Generated using TypeDoc