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.

4 lines
263B

  1. <p>X: <input id="x" type="number" min="-360" max="360" value="0"></p>
  2. <p>Y: <input id="y" type="number" min="-360" max="360" value="0"></p>
  3. <p>Z: <input id="z" type="number" min="-360" max="360" value="0"></p>
  4. <img id="изо" src="data:image/png;base64, ${b64}">