Skip to content

Commit

Permalink
trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldsteinlechner committed Apr 8, 2024
1 parent 40363c0 commit 6b7d8e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### 1.6.0
- exposed kdtree build flags
- exposed kdtree build flags

### 1.5.2
- creates relative paths for kdtrees as early as possible
Expand Down
2 changes: 1 addition & 1 deletion src/3DGis/App.fs
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ module App =
for h in patchHierarchies do

let rootTree = h.tree |> QTree.getRoot
let kd = KdTrees.loadKdTrees' h Trafo3d.Identity true ViewerModality.XYZ OpcSelectionViewer.Serialization.binarySerializer false false (fun _ _ -> failwith "no triangleset function") false KdTreeParameters.legacyDefault
let kd = KdTrees.loadKdTrees' h Trafo3d.Identity true ViewerModality.XYZ OpcSelectionViewer.Serialization.binarySerializer false false (fun _ _ -> failwith "no triangleset function") false Aardvark.VRVis.Opc.KdTrees.KdTreeParameters.legacyDefault

yield {
patchHierarchy = h
Expand Down

0 comments on commit 6b7d8e9

Please sign in to comment.