python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Phaser3, Creating Rounded Rectangle, Not Staying Put Relative To Window
I'm trying to create a scoreboard using phaser3. It creates the board when I do the following in create function:
this.gr = this.add.graphics();
this.gr.fillStyle(0xffffff, 0.3);
this.gr...

user17712685
Votes: 0
Answers: 1
Transformation Matrix between all points of surface after a rotation and translation
My question is simple but i can't remember the "transformation" formula:
I have a surface S in a 3d world. I know the coordinate of all four corners (P1, P2, P3, P4) where P1 is (x1, y1, z1)...

Yanez Diego Parolin
Votes: 0
Answers: 0
Expo <Camera> component does not work on the Web on mobile
I am using this basic code to get access to the camera using Expo Camera component.
It works on a computer, but when I open it on iPhone/iPad it shows me empty space (although it asks for permissions ...

GRZa
Votes: 0
Answers: 1
is it possible to use normal camera as thermal using RBG color grading?
I am working on a project of thermal detection(temperature measurement ) but thermal camera are expensive, Is there is any way to do this using normal camera , by using RBG color grading so to complet...
Anonymous Person
Votes: 0
Answers: 0