sceneassetimporter.setreg 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "O3DE":
  3. {
  4. "SceneAPI":
  5. {
  6. "AssetImporter":
  7. {
  8. "SupportedFileTypeExtensions":
  9. [
  10. ".fbx",
  11. ".stl",
  12. ".gltf",
  13. ".glb"
  14. ]
  15. },
  16. "MaterialConverter":
  17. {
  18. "Enable": true,
  19. "DefaultMaterial": "Materials/Presets/PBR/default_grid.material"
  20. },
  21. "TangentGenerateComponent":
  22. {
  23. "DefaultGenerationMethod": "FromSourceScene",
  24. "DebugBitangentFlip": false
  25. },
  26. "UVsGenerateComponent":
  27. {
  28. // you may have to reprocess assets if you change these defaults.
  29. // When the user has not added any rules regarding UV generation, what should we do? Choose from "SphericalProjection" or "LeaveSceneDataAsIs"
  30. "DefaultGenerationMethodIfNoRulePresent" : "LeaveSceneDataAsIs",
  31. // when the user actually clicks to add a new Rule or a script adds a new rule to generate uvs, what method should it use by default?
  32. "DefaultGenerationMethodWhenRuleIsPresent" : "SphericalProjection"
  33. },
  34. "SkinRule":
  35. {
  36. "DefaultMaxSkinInfluencesPerVertex": 8,
  37. "DefaultWeightThreshold": 0.001
  38. },
  39. "ModelBuilder":
  40. {
  41. // When false, scenes with multiple meshes assigned to the same material but with different vertex layouts will successfully process
  42. // When true, stricter error checking will cause the asset to fail to process with an error message indicating why
  43. "MismatchedVertexLayoutsAreErrors": false
  44. }
  45. }
  46. }
  47. }