Browse Source

Added missing "formatVersion" in max exporter (thanks to @rogercodina).

alteredq 13 years ago
parent
commit
0dfb751e6d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/exporters/max/ThreeJSExporter.ms

+ 1 - 0
utils/exporters/max/ThreeJSExporter.ms

@@ -14,6 +14,7 @@ rollout ThreeJSExporter "ThreeJSExporter"
 {
 {
 \"sourceFile\": \"%\",
 \"sourceFile\": \"%\",
 \"generatedBy\": \"3ds max ThreeJSExporter\",
 \"generatedBy\": \"3ds max ThreeJSExporter\",
+\"formatVersion\": 3,
 \"vertices\": %,
 \"vertices\": %,
 \"normals\": %,
 \"normals\": %,
 \"colors\": %,
 \"colors\": %,