modelsbymike3d
- Total activity 710
- Last activity
- Member since
- Following 0 users
- Followed by 18 users
- Votes 52
- Subscriptions 285
Comments
Recent activity by modelsbymike3d Sort by recent activity-
Max has a great explainer video on material instantiation over on the Lens Studio YouTube channel -> https://www.youtube.com/watch?v=vZVk7hcHrx4
-
I actually just made a tutorial going over almost exactly that, except in my case it is controlling the strength of a background blur. There'll be some differences in how your scene is setup, but y...
-
If you have just two textures you want to switch between, you can have the behavior script 'Toggle' the enabled state of each (so you'll need two behavior scripts, one for each texture) rather than...
-
Hi Vincent, In addition to being able to publish lenses to Snapchat, we would be able to publish our lenses as standalone webAR experiences that we can embed on a website. CameraKit lets other apps...
-
There's a community-run collection of scripts and templates here -> https://github.com/FrozenAtlas/OLC-Repo
-
Importing npm packages is currently not supported. I don't know of any good tutorials, but you have to basically copy and paste the JS code into a Script resource inside of LS studio and either exp...
-
Make sure you have your Screen Region set to "Safe Render" and then the pin to edge stuff will work as desired.
-
You can access the user's name with Dynamic Text.
-
And the GAN models are a lot bigger than the template style transfer models. But they could potentially capture more of an artist's nuances from a dataset of images rather than a single example. I ...
-
Gotcha. I have used both the Google Colab and Fritz AI style transfer templates. As you saw, Fritz AI only takes a single style image. The example Google Colab also takes a single style image. This...