Post not yet marked as solved
I need to run sceneView.projectPoint a couple of 100 times in a loop, it freezes my app regularly... not always. Sometimes it freezes for a second sometimes for 10 seconds.Any ideas?
Post not yet marked as solved
I'm using .setTitle on a button to change the text. Unfortunately every time I do so the font and it's size also change.
I assume this is a bug. I can't seem to get the font before I change the title and then set it back afterwards either.
Post not yet marked as solved
I have a very mysterious issue, my microphone recording is fine on iPhone X but is very very low volume on iPad pro.
It's not the microphone or the distance to the device or anything like that.
My AVAudioRecorder settings are as followed:
let recordSettings = [ AVFormatIDKey: kAudioFormatLinearPCM, AVEncoderAudioQualityKey : AVAudioQuality.max.rawValue, AVLinearPCMBitDepthKey : 16, AVNumberOfChannelsKey : 1, AVSampleRateKey : 44100 ] as [String : Any]
If anyone knows a solution I would be very grateful.
Post not yet marked as solved
I posted this under ARKit but now realize that it belong here under SceneKit.I'm trying to subdivide the geometry provided by ARKit's face tracking butit just makes the geo dissapear. The same happens when I add a Gpu tesselator.It works fine on any other geometry I provide.I've tried a bunch of stuff without any luck. Any suggestions?Thank you.
Post not yet marked as solved
I'd like to subdivide the facemask geometry that comes out of Facekit, but if I do so the geometry stops updating. Any ideas why that is or a work around?
Post not yet marked as solved
The documentations says :The view automatically renders the live video feed from the device camera as the scene background.Is there an way to disable or hide the video feed? I would like to just have a plane background.I can of course render something on top of the video to hide it, or I can have another SCNView and copy the camera and stuff... but I would rather just disable the feed.
When I use SCNMorpher to set the weights for blendshapes my 3d model does not only blend between the shapes it also scales.I have exported and re-imported the DAE file from Maya (in meters) and confirmed the blendshapes for my model are working properly.Can any explain to me why this is and how to correct it?