katopz / jsc3d

Automatically exported from code.google.com/p/jsc3d
0 stars 1 forks source link

Mouse drag event #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When dragging mouse to rotate, obj stop suddenly. Is there a velocity factor 
that will give the obj some time to slow down? eg. 
this.rotMatrix.rotateAboutYAxis(rotY * this.velocity.Y); for each time frame 
this.velocity --;
2.
3.

What is the expected output? What do you see instead?
It will be nice if we can see the obj slow down slowly rather than suddenly

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by junhong....@solstice.sg on 10 Aug 2014 at 10:16

GoogleCodeExporter commented 9 years ago
Thanks for the suggestion!  This is not implemented partially because Jsc3d 
begins with software rendering only, when JavaScript did not run as fast as 
that in nowadays. Since we now have WebGL together with much more powerful JS 
engines, I'll consider to add this feature to better our user experience. It 
may appear in next release :-)  Thanks again!

Original comment by Humu2...@gmail.com on 10 Aug 2014 at 4:20