This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-01-14 00:14:18 +00:00
Code
Activity
b709bd8d98
JUCE
/
examples
/
Demo
History
Download ZIP
Download TAR.GZ
jules
472c5616d4
The Matrix3D::rotated() method wasn't doing what its comment said, so it has been renamed to Matrix3D::rotation() and made static, which correctly describes what it does. If you had code that was calling rotated(), you can safely replace it with rotation(), but should use the opportunity to check whether your code was doing what you thought it was!
2017-11-24 09:21:21 +00:00
..
Builds
Re-saved all projects.
2017-11-22 14:25:18 +01:00
JuceLibraryCode
Re-saved all projects
2017-11-06 16:30:15 +00:00
Resources
Pimped the demo app with some new images
2015-11-04 12:14:08 +00:00
Source
The Matrix3D::rotated() method wasn't doing what its comment said, so it has been renamed to Matrix3D::rotation() and made static, which correctly describes what it does. If you had code that was calling rotated(), you can safely replace it with rotation(), but should use the opportunity to check whether your code was doing what you thought it was!
2017-11-24 09:21:21 +00:00
JuceDemo.jucer
Changed the MacOS deployment target of the demo to "Default"
2017-11-20 16:14:01 +00:00