Posts

Post not yet marked as solved
6 Replies
it is impossible to use a SceneKit view at the same time as RealityKit view in real time... so you can not do real time things that one could do before with SceneKit. you can gather the data, but you can not use it in real time, Imagine using SceneKit as before, and literally doing anything more complex than a cube/sphere... then texturing it real time, adding corners real time. or anything else that we could do in SceneKit... that can not be done in RealityKit in realtime. nor can one use SceneKit over RealityKit to do it (you can not see/use camera at the same time in both).. you would have to stop the session, start a new SceneKit session and look at basically a model that has nothing to do with the current image coming into the camera..
Post not yet marked as solved
6 Replies
to your question, That is like saying, just ignore Lidar... there is a huge thing that I can not do, nor anyone else, ... use the RealityKit mesh, change it, put different textures on it, and then use it in Scenekit, and do this in real time... (can't really run them together in a way that would work) which of course is not really the way to go, we should just be using RealityKit... and then with in it, create sophisticated meshes in real time. simply by taking the created mesh and adding, changing, texturing it, and of course adding our own pieces sprinkled in... we can add cubes and spheres sprinkled in.. maybe great for games, but for productivity/work/professional type of software.. it is extremely limiting. The problem is I could do things in SceneKit real time. but within that, I have no access to the mesh or Lidar from realityKit of course. this is the thing (the mesh) that can really anchor some very cool work getting done. Scenekit's days are now numbered, SCNGeometry days are now numbered... which is fine. if we had some sort of replacement.. I am sure it will come. I am worried though that there isn't even a mention of it... which could mean a year or more. but why did they just block SCNGeometry from working since they don't have a replacement yet? very disheartening.. I am left with "pretending" something exists to try and get code working.. fully frustrating to peer into this geometry, and not be able to create with it. I'd much rather be wishing the mesh was tighter and knowing it will improve in the next few years, instead of wishing I could do anything with the mesh at all. with the start of SceneKit/ARKit I was busy making apps and had one ready by the time ARKit was official, now I am watching the time tick away from when RealityKit is dropping to more and more devices (most likely very soon) with Lidar and I don't have anything to show for it. I feel like a ball and chain got tied to my neck, and someone threw the ball in the pond.
Post not yet marked as solved
6 Replies
While ARMeshGeometry is a rep of "real world" that doesn't mean we couldn't actually manipulate that mesh.... or parts of it... by copying parts of it and transferring it to ...well.. there is NOTHING AT ALL to transfer it too.... but that doesn't matter, as Apple apparently has absolutely nothing to replace SCN Geometry at all either? so we have this black box, showing us all this nice data... and absolutely no way to put in Geometry except for what appears to be cubes and planes for student projects and/or simple stuff.... the worst part is they made it so we can't even use the old SCNGeometry at all in the same view.... so we are left with basically nothing? which part of that decision does anyone think makes sense? obviously this will change in the future..... but what in the heck... why close down SCNGeometry with nothing to replace it? I literally am left holding this device realizing I can't actually use the device to create anything of value... head sunk deeply in hands. and yes it is beta, but what are we supposed to test? that this black box is showing us data that we can't manipulate to make suggestions? so here is the feedback for the beta... (nice view wish I were there?) what is it that we are testing? finding problems with? I can't tell if there are any problems as I read in this data... and can't do anything with it... I can gather it, I can put it in a file... look at it... (yes, nice view) but can't read it back in.. can't change it... can't... well you get the idea. let me have something to test... I have a feeling they will release many more devices very soon... and people are going to be wondering where all the apps are, (besides the student project showing us cubes, and nothing but cubes) well I guess it is great for mine craft games :)
Post marked as solved
1 Replies
the solution appears to be to either restart the mac, restart the iPad, unpair the iPad, re- pair the iPad, and turn off wifi connection to iPad... or some combination of all... although I am still getting the shouldMakeReady error... after turning wifi connection back on, and rerunning project in Xcode.. so try all...