Posts

Post not yet marked as solved
5 Replies
3.2k Views
How can you set the resolution in scenekit?I would like to render the scenekit view at half the resolution and then scale it up. (I'm hoping this will give a performance boost to my game at the cost of non retina graphics)
Posted Last updated
.
Post not yet marked as solved
2 Replies
1k Views
I've seen two crashes in the fox sample code already for simple SCNVector functions. The enemies also don't move - I suppose that's a Gameplay Kit error. I can see glimpses of other possible problems too - and of course the intermittent display stutter is there. (You know, the one on every OS after High Sierra for any Metal backed view) I tried both on m1 native and rosetta. Unless I have some wrong setting, SceneKit's SCNVector math seems crippled at the moment. Already sent reports... Can someone else confirm the crashes?
Posted Last updated
.
Post not yet marked as solved
0 Replies
505 Views
When using the basic SceneKit template, the colors will render lighter on an external pc monitor.When running the Fox 2 scenekit wwdc demo, the colors do not have this problem.I assume it to be a gamma multiplication, but I have searched extensively and found nothing in the code or project settings.You can see the screenshots here: https://imgur.com/a/naGYPXONotice, that the statistics bar is also changed, and that it is the full rendered contents of the window that are being changed - but not the titlebar of course....Nearly as perplexing as this: The procedural sky as viewed in the xcode scenekit interactive editor (on the internal mac display) is nearly the same as the faded lighter version on the external display. However! If the Xcode window is moved to the external display, the scenekit editor becomes even lighter.Now, this absurdity of the scenekit editor always being lighter has been going on for years, and I am used to every modern Apple framework being bugged, and the current apple developer team being incompetent at fixing even trivial problems, however it is unclear how the first problem above exists in the scenekit project template and not the Fox 2 wwdc demo.
Posted Last updated
.