Share Posted March 6, 2021 I have this website ( https://tablouricanvas.ro/trimite-ne-o-fotografie ) with canvas paintings in Wordpress and I want to improve it on upload page. I just want this 3D animation like https://CanvasHQ.com/start-your-canvas after upload to render a 3D preview of the photo and have some distinct features such as mirrored wrap edges of the uploaded photo, If possible something very similar as on the target website? Regards, Marian Link to comment Share on other sites More sharing options...
Share Posted March 6, 2021 Hey Marian DTS and welcome to the GreenSock forums. This is definitely possible! I'd recommend using either WebGL or regular HTML + CSS depending on your needs and skillset. In either, your goal is pretty straightforward: create the basic 3D setup, allow the user to upload it, apply the image to the 3D setup using <img> or background-image in the case of HTML or as a texture in the case of WebGL, then add any lighting that you need. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now