File tree Expand file tree Collapse file tree
Examples/ForceDirectedGraph3D/ForceDirectedGraph3D Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ struct ContentView: View {
159159 . frame ( depth: 10.0 )
160160
161161
162- } . ornament ( attachmentAnchor: . scene( alignment : . bottom) ) {
162+ } . ornament ( attachmentAnchor: . scene( . bottom) ) {
163163 Button {
164164
165165 } label: {
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ where Vector: SimulatableVector & L2NormCalculatable {
77 ///
88 /// Ordered as the nodeIds you passed in when initializing simulation.
99 /// They are always updated.
10- @ usableFromInline
11- package var position : UnsafeArray < Vector >
10+ /// Exposed publicly so examples & clients can read out the latest positions.
11+ public var position : UnsafeArray < Vector >
1212
1313 // public var positionBufferPointer: UnsafeMutablePointer<Vector>
1414
You can’t perform that action at this time.
0 commit comments