Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
EdgeTool 9.1.47.250 (more model bugfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed May 17, 2014
1 parent 5443db2 commit fc28609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EdgeTool/Core/ModelGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ static ModelGenerator()
private const string ModelsNamespace = "050DB82A";
private static readonly string[] ChildModels = { "67228D77", "1DE2AE87", "8A7DBFAE", "451F8839" },
Materials = { "2F2CC05D", "55ECE3AD", "C273F284", "0D11C513" };
private static readonly Vec3[] Translates = { new Vec3(102.5F, 2.25F, -54.5F), new Vec3(89.5F, 2.25F, -90),
new Vec3(70.5F, 2.25F, -22.5F), new Vec3(30, 2.25F, -74.5F) };
private static readonly Vec3[] Translates = { new Vec3(53.5F, 2.25F, -46F), new Vec3(89.5F, 2.25F, -90),
new Vec3(43F, 2.25F, -32.5F), new Vec3(30F, 2.25F, -74.5F) };
private static readonly Vec3[] XNormals, YNormals, ZNormals; // normals for two triangles

public ModelGenerator(Level level, byte defaultTheme)
Expand Down

0 comments on commit fc28609

Please sign in to comment.