steaq
Lenses Demiurge
- النشاط الكلي 22
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 0 مستخدم
- أصوات 5
- الاشتراكات 8
نظرة عامة على الأنشطة
آخر نشاط بواسطة steaq-
steaq أنشأ منشوراً،
Lens Studio for Windows 10 crashes whenever I try to open or save a project
I saw other similar posts that suggest to install Visual C++ redist packages which I did. I also confirm that my user name does not contain any special characters. I tried to move the project to C:...
-
steaq أنشأ منشوراً،
Pin to Edge feature not working
Pin to Edge feature, part of Screen Transform, is not working or not working as specified in the docs. I have a Full Frame Region and a child Screen Transform I would expect the Full Frame Region...
-
steaq أنشأ منشوراً،
Catch the moment when user takes a snap
I must hide some UI elements the frame before the user takes a snap. To achieve this I need a sort of event firing and register a listener (or any other mechanisms). I was expecting this to be avai...
-
steaq أنشأ منشوراً،
-
steaq قام بالتعليق،
So are Snappables a Snapchat's (team) exclusive? I am working around it but how do I hide the Lenses navigation bar at the bottom?
-
steaq أنشأ منشوراً،
Create/publish lens as fullscreen game
I am making a Lens with some game style interaction. When I test it, with simulation in Lens Studio or on the device, the Lens has the default behaviour of community Lenses but what I want is the b...
-
steaq قام بالتعليق،
Always use git or at least backup to a zip file whenever you do changes.
-
steaq قام بالتعليق،
To answer my question: I missed this API before: var screenTransf = script.getSceneObject().getFirstComponent("ScreenTransform"); Once this component is taken, the position can be changed via its p...
-
steaq أنشأ منشوراً،
Control a ScreenImage's position
New to Lens Studio. I am trying to move a Screen Image around the screen. The ScreeImage object is instantiated as a child of an orthographic camera. Here's what I am trying: // Get the transform: ...