Callum Fowler
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Callum Fowler-
Callum Fowler commented,
Thank you modelsbymike3d! Yes, removing the camera texture check worked. Olha I'm unsure how to share the modified asset, but all I did was comment out the checkInputs() if statement on line 80 o...
-
Callum Fowler commented,
I tried using a separate render target, however I get this error. [Create Delayed Texture Resources/Scripts/CreateDelayedTexture.js:29] Plase set Device Camera Texture as an Input Texture input It...
-
Callum Fowler commented,
Unfortunately when I delay the person segmentation texture it seems to break the texture. When I apply it the texture as a mask, nothing renders. If I apply the non-delayed segmentation mask it wo...
-
Callum Fowler commented,
thanks mike, i'll give that a go
-
Callum Fowler commented,
amazing! thanks both for your response :)
-
Callum Fowler created a post,
Segmentation and CreateDelayTexture asset
Hi, I am trying to build an effect that creates a trail of the user with a segmented background. I am able to create the delay trail however when I apply the segmentation it only takes the live cam...
-
Callum Fowler created a post,
Error: 'from' texture should be loaded
Hi, I am trying to use the ProceduralTextureProvider to do some pixel manipulation in Lens Studio. I have tried to created a temporary texture by calling the following: var tempTex = ProceduralTex...