Skip to content

Commit

Permalink
[NOISSUE] disabled range requirement for FieldOfView in BCF 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BalintBende committed Jul 2, 2024
1 parent b6e7b4c commit 31d5e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bcf-toolkit/Model/Bcf21/VisInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public partial class PerspectiveCamera
[System.ComponentModel.DescriptionAttribute("It is currently limited to a value between 45 and 60 degrees. This limitation wil" +
"l be dropped in the next release and viewers should be expect values outside thi" +
"s range in current implementations.")]
[System.ComponentModel.DataAnnotations.RangeAttribute(typeof(double), "45", "60")]
// [System.ComponentModel.DataAnnotations.RangeAttribute(typeof(double), "45", "60")]
[System.ComponentModel.DataAnnotations.RequiredAttribute(AllowEmptyStrings=true)]
[System.Xml.Serialization.XmlElementAttribute("FieldOfView")]
public double FieldOfView { get; set; }
Expand Down

0 comments on commit 31d5e3b

Please sign in to comment.