You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

VertexCompressOption.js 214B

123456789
  1. const VertexCompressOptions = {
  2. SVC_Vertex: 1,
  3. SVC_Normal: 2,
  4. SVC_VertexColor: 4,
  5. SVC_SecondColor: 8,
  6. SVC_TexutreCoord: 16,
  7. SVC_TexutreCoordIsW: 32
  8. }
  9. export default Object.freeze(VertexCompressOptions)