TandemTables Forum
HTML5 3D - Printable Version

+- TandemTables Forum (http://tandemtables.com/forum)
+-- Forum: Tandem Trends (/forumdisplay.php?fid=1)
+--- Forum: Code (/forumdisplay.php?fid=3)
+--- Thread: HTML5 3D (/showthread.php?tid=17362)



HTML5 3D - Linda - 05-28-2019 01:40 PM

https://www.script-tutorials.com/how-to-create-3d-canvas-object-in-html5/


RE: HTML5 3D - tonebytone - 06-16-2019 11:42 AM

Interesting.
are you going to try this?


RE: HTML5 3D - The Professor - 06-17-2019 10:49 PM

http://d21c.com/leprofesseur/3d/3d.html

Take a piece http://d21c.com/leprofesseur/3d/tree-left.jpg of the background http://d21c.com/leprofesseur/3d/tree-bg.jpg and the using css positioning and z-indexing place the green house http://d21c.com/leprofesseur/3d/greenhouse.png and the severed background back on the page. The remaining items must be sized accordingly to produce the 3d effect. Z-indexing is the key to 3d


RE: HTML5 3D - Linda - 06-17-2019 11:32 PM

Nice looking page. Looks like it took some work to get the transparency on the background piece.