Chitubox v3 add Unknown12 = 28672

This commit is contained in:
Tiago Conceição
2020-09-12 06:08:17 +01:00
parent 5cfd62d36e
commit 3b76a95958
3 changed files with 11 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
# Changelog
## /09/2020 - v0.8.2.0
## 12/09/2020 - v0.8.1.0
* (Add) Tools can now run inside a ROI (#49)
+1 -1
View File
@@ -860,7 +860,7 @@ namespace UVtools.Core.FileFormats
[FieldOrder(8)] public uint Unknown9 { get; set; }
[FieldOrder(9)] public uint Unknown10 { get; set; }
[FieldOrder(10)] public uint Unknown11 { get; set; }
[FieldOrder(11)] public uint Unknown12 { get; set; }
[FieldOrder(11)] public uint Unknown12 { get; set; } = 28672; // 28672 v3?
[FieldOrder(12)] public float LightPWM { get; set; }
public LayerDataEx()
+8 -1
View File
@@ -1,4 +1,11 @@
using System;
/*
* GNU AFFERO GENERAL PUBLIC LICENSE
* Version 3, 19 November 2007
* Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
* Everyone is permitted to copy and distribute verbatim copies
* of this license document, but changing it is not allowed.
*/
using System;
using Emgu.CV;
using Emgu.CV.CvEnum;
using Emgu.CV.Util;