It Looks fine to me, can you please share code (PHP, HTML, JS )
It Looks fine to me, can you please share code (PHP, HTML, JS ) .
Hello The application this is this web: http://54.38.187.177 I just finished the beta version. I do not have a domain yet. I hope you find it useful. a greeting.
Download Library
There are a small error in the file contenedor.php from line 4 to 10 you have to initialize the variables as follows: $translateX_= isset($REQUEST["translateX"]) ? $_REQUEST["translateX"] : 0; $translateY= isset($REQUEST["translateY"]) ? $_REQUEST["translateY"] : 0; $translateZ= isset($REQUEST["translateZ"]) ? $_REQUEST["translateZ"] : 0; $rotateX= isset($REQUEST["rotateX"]) ? $_REQUEST["rotateX"] : 0; $rotateY= isset($REQUEST["rotateY"]) ? $_REQUEST["rotateY"] : 0; $rotateZ= isset($_REQUEST["rotateZ"])...