web 3d图形渲染器
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.

18 lines
292 B

  1. {
  2. "type": "object",
  3. "additionalProperties": true,
  4. "properties": {
  5. "filename": {
  6. "type": "string"
  7. },
  8. "chunkFilename": {
  9. "type": "string"
  10. },
  11. "moduleFilename": {
  12. "instanceof": "Function"
  13. },
  14. "ignoreOrder": {
  15. "type": "boolean"
  16. }
  17. }
  18. }