mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Chitubox v3 add Unknown12 = 28672
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user