Releases: mecanicascience/PhysicsSimulationEngine
Releases · mecanicascience/PhysicsSimulationEngine
v3.1.4
- Added an option that allows exporting video from your animation (see
Record
class and the documentation for more infos) - Added a bezier curve drawing function
- Fixed security concerns
- Updated
translate()
,rotate()
,scale()
,push()
andpop()
functions that know perfectly works with the custom coordinates system - Fixed minor and major bugs (like in the
Vector.set()
function) - Fixed critical error in Drawer3D
v3.0.4
- Added 3D basics
- Fixed 2D and 3D Vector bugs
- Fixed grid display
- Added a brand new 2D displacement option
- Allowed 2D primitives to use simulation width and height instead of only pixels
- 3D rendering does now render lines in 3D
- Added many 2D and 3D primitives and commands
- Fixed many rendering bugs
v2.2.1
- Changed Text display to Tex display
- Added a drawer
rect()
function to draw rectangles - Changed Vectors coordinates function (added partial 3D handeling)
- Added
BoucingBall
example - Renamed a lot of classes (/!\ Warning /!)
- Added a
pSTriangle
class - Fixed minor bugs and refactored code
v2.1.1
v1.3.4
- Refactored and optimized the
Vector
class - Added more static
Vector
methods - Updated
Vector
class documentation - Renamed property
text
toname
- Really really optimized Vector drawing
- Really really really really optimized frame rendering (corrected bug using
requestAnimationFrame
method) - Fixed bugs