File tree Expand file tree Collapse file tree
src/Aardvark.SceneGraph/Semantics Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11- Fixed support for 64-bit attributes and uniforms
2+ - [ Sg] Fixed broken Ag rule for ` FaceVertexCount `
23
34### 5.6.4
45- [ GL] Dispose MultimediaTimer in LodRenderer to avoid resource exhaustion
Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ module AttributeSemantics =
3636 if scope.VertexIndexBuffer.IsNone then
3737 match Map.tryFind DefaultSemantic.Positions app.Values with
3838 | Some positions -> app.Child?FaceVertexCount <- BufferView.getCount positions
39- | _ -> ()
39+ | _ -> app.Child?FaceVertexCount <- scope.FaceVertexCount
40+ else
41+ app.Child?FaceVertexCount <- scope.FaceVertexCount
4042
4143 member x.InstanceAttributes ( root : Root < ISg >, scope : Ag.Scope ) =
4244 root.Child?InstanceAttributes <- Map.empty< Symbol, BufferView>
You can’t perform that action at this time.
0 commit comments