mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
102.77k stars 35.38k forks source link

Three.js for mobile development - webview - phonegap #5885

Closed APdevelopments closed 9 years ago

APdevelopments commented 9 years ago

Hi, Sorry about trivial question, I'm new to 3d design and three.js library.

I want to create app with three.js (need to show some path), but also I need to convert my app into native app with phonegap. Phonegap use webView on android and webview DONT support weGL, but support well css3 3d functions.

So can I use three.js library to make 3d objects and animation but just with css3 so I dont need and I cant to use webGL.

Is there some example where is just 3d with css NOT webGL. Is it possible to use just css3 3d for creating objects?

yomotsu commented 9 years ago

This board is for bugs and feature requests. If you need help, please use stackoverflow.

Anyway, three.js supports CSS3D Renderer as well. But it's limited and slightly different. Because CSS 3D is just for kinda layout, and not for graphics.

See

and

also

http://stackoverflow.com/questions/22388934/can-three-jss-css3drenderer-render-meshes