Questions tagged [pre-3d]

4 questions
2
votes
1 answer

Nested cuboids using pre3d

Taking help of this example from pre3d js lib, I am trying to create a cuboid container which will contain smaller cuboids inside. Now, what I'm not getting properly, is how to place the internal cuboid in a predefined co-ordinate. What will be the…
intellidiot
  • 10,540
  • 4
  • 31
  • 41
1
vote
2 answers

Using HTML5 canvas with the z axis? And how to move the canvas eye view?

How do you use the z axis when drawing and moving a model? I have the following in my code currently: var canvas = { obj: document.querySelector("canvas"), models: [{ start: [10, 10, 10], end: [1, 20, 20], color:…
JamesM-SiteGen
  • 798
  • 2
  • 10
  • 25
1
vote
1 answer

THREE.js + Mesh Modifiers

Coming from ActionScript + Papervision I am familiar with "AS3DMod" a library that modifies 3D meshes to bend, twist,etc. Now I am working with THREE.js and found this:"#MOD3 As3dMod 3D Modifier Library port for Javascript and Three.js, Pre3d and…
user864381
  • 65
  • 7
0
votes
2 answers

Is it possible to support WebGL in "old" browsers via plugin or addon?

Regarding to the immature situation and the somewhat bright feature of WebGL, I decide to use it to build an online application. For those users who have Firefox 4 or Chrome, there is no problem. But what should I do for the users of Firefox 3.* or…
xell
  • 53
  • 1
  • 4