Post

Replies

Boosts

Views

Activity

Comment on Custom SCNGeometrySource does not produce correct geometry
I solved this problem by porting app to iOS. There I realised that I need typealias for CGFloat vs. Float so I made SCNFloat. Then when I replaced it everywhere including the parameter of SCNGeometrySource it seems to be solved. bytesPerComponent: MemoryLayout<SCNFloat>.size,
Topic: Graphics & Games SubTopic: SceneKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Referencing instance method 'setValue(for:to:)' on 'Array' requires that 'Task' conform to 'PersistentModel'
Exactly, I have a crash as soon as the app loads.
Replies
Boosts
Views
Activity
Aug ’23