Rotate image in 3D | Вращайте изображение в 3D
25개 이상의 토픽을 선택하실 수 없습니다.
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}">
|