Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Changed version number + changed default lightmapper parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjp600 committed Jun 4, 2020
1 parent 83de485 commit 77d11bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CBRE.Editor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.0.28")]
[assembly: AssemblyFileVersion("0.1.0.28")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
4 changes: 2 additions & 2 deletions CBRE.Settings/LightmapConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ public class LightmapConfig

static LightmapConfig()
{
DownscaleFactor = 10;
DownscaleFactor = 15;
PlaneMargin = 1;
TextureDims = 2048;
TextureDims = 512;
BlurRadius = 2;

AmbientColorR = 30;
Expand Down

0 comments on commit 77d11bc

Please sign in to comment.