I have been having trouble find much documentation on o3d (not too surprisingly). Does anyone know how to scale my x in o3d?
|
|
|||||
|
|
|
In the o3djs.math module there is a function:
where "v" is a vector. So if you have a current transformation matrix you could do:
The "newMatrix" would scale the X dimension of the cube by 0.6 and then apply "currMatrix" after that. |
||
|
