Rotate image in 3D | Вращайте изображение в 3D
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <p>X: <input id="x" type="number" min="-360" max="360" value="0"></p>
- <p>Y: <input id="y" type="number" min="-360" max="360" value="0"></p>
- <p>Z: <input id="z" type="number" min="-360" max="360" value="0"></p>
- <img id="изо" src="data:image/png;base64, ${b64}">
|