Posts

Post not yet marked as solved
2 Replies
i don't think you can. you have to use reality converter or reality composer. export as universal scene and import that into composer.
Post not yet marked as solved
1 Replies
computer i tested on was no metal compatible.
Post marked as solved
37 Replies
this still happens in catalina and latest xcode. it's been around for a long time, but also it happens to Safari on mac. If you open Console and Safari, you'll see this error spam the console even with nothing opened in the browser. It actually happens when the mouse enters the window, not when it's trying to load or render and content, so it probably has to do with TrackingArea. it also seems to be a sandbox issue because if you turn of sandbox in your project the error goes away. also an unsigned app with a webview causes this error in the console when you move your mouse within it's window, but goes away after signing the app. but that doesn't explain why Safari would be spitting out this error. anyway, I hate opening console because it logs like 50 errors per seconds and it gives me anxiety.
Post not yet marked as solved
3 Replies
what is the hierarchy? and are you accessing the correct geometry?also what does your "alpha" mean? is it a value or a texture? if it is a texture does it actually contain alpha information or is it a black and white image? if it's a black and white image you need to set transparency mode to RGB Zero. what is the Blend Mode for the material? diffuse does not change transparancy unless your blending mode is something other than alpha.so many questions. would help a lot if you showed more of your setup.
Post not yet marked as solved
13 Replies
are you implying scenekit is dead?
Post not yet marked as solved
1 Replies
there aren't any. specially ones that work with dae natively. all apps will import the dae files to whatever their native foramat is and then export back to dae. you could use your ipad as a second display if your mac hardware allows it and use the ipad to paint on cheetah.
Post not yet marked as solved
1 Replies
do you have any spritekit overlays?
Post not yet marked as solved
1 Replies
not sure why your scene is taking long to present but that's the way to do it. you could reference your scene before you need to load it and prepare it for presentation. then when you get to present it, it will already be loaded. also you might be losing control of your player because it doesn't exists in the new "level_2.scn". nodeA and nodeB refer to a nodes in the current scene and they mean nothing when the new scene is loaded. you need to find the nodes in the new scene or load them into the new scene somehow.
Post not yet marked as solved
2 Replies
yes. you would use a plane and update it's texture. you can render spritekit scenes as textures in 3d nodes but not spritekit nodes as nodes in 3d space.
Post not yet marked as solved
1 Replies
where did you make your dae file? when you open the file in scenekit does it show up as scntext or as a scnnode?i don't think you can bring text geometry from other apps as SCNText, it would be just a mesh. SCNText can only be created in scenekit.I'm making a lot of assumptions here because i don't know where your dae came from. but the thing to do would be to replace the "label element" with scntext and then access that in your code. just a headsup scnekit text is a little hard to work with as its scale is ridiculous - 1pt = 1 meter and you can't set text at something like 0.1pts because it will be deformed. so you'll have to make your text really gigantic and scale it down. also in the editor, there are no justification options, like center-align, so if you need this text to maintaing it's relationship to your medal, it's gonna take some in-code adjustments and you'll have to account for its crazy scale.
Post not yet marked as solved
2 Replies
i think i get what you are saying. not sure if the same issue by i have not been able to stop/pause particle systems. when a particle system gets destroyed or hidden, live particles continue their lifespan. not sure if a bug or a feature.
Post not yet marked as solved
25 Replies
i'm having the same issue. i had the issue before but only when adding or modifying png files to my project folder. the fix was to xattr -cr the build folder and it would compile again. but now this happens every single time and the xattr doesn't work on my current project and i can't build anything.
Post marked as solved
14 Replies
nope. sorry for late replies, i hate this site. i hate doing the phone code everytime i want to log in and i hate no notifications when someone replies.
Post marked as solved
4 Replies
i was getting this issue with dae files but it seems to work fine after converting to scn