Zander Otavka
|
fa24df765d
|
Register OverlayPanel binding map as a meta type.
|
2015-08-06 18:07:59 -07:00 |
|
Zander Otavka
|
f870f19837
|
Make transforms cascade down the pannel chain.
|
2015-08-06 17:29:37 -07:00 |
|
Zander Otavka
|
2aacd17843
|
Make OverlayPanel PanelAttachable.
|
2015-08-06 16:58:03 -07:00 |
|
Zander Otavka
|
c7639537d0
|
Use implicit copy constructor for PanelAttachable.
|
2015-08-06 16:13:21 -07:00 |
|
Zander Otavka
|
497713b020
|
Rename a few more confusing names.
setTransforms -> applyTransformTo
attachedPanel -> parentPanel
|
2015-08-06 15:45:07 -07:00 |
|
Zander Otavka
|
b94be926f8
|
Mass renaming to be more logical/concise.
FloatingUIPanel -> OverlayPanel
anchorPosition -> position
offsetRotation -> rotation
facingRotation -> offsetRotation
floatingUIExample.js -> overlayPanelExample.js
|
2015-08-06 14:23:04 -07:00 |
|
Zander Otavka
|
021dff63b4
|
Visibility now cascades down panel children.
For an overlay to render, it, and all of its ancestor panels, must be
set visible.
|
2015-08-05 16:57:03 -07:00 |
|
Zander Otavka
|
481624b48c
|
Re-work panel position and rotation binding.
|
2015-08-05 14:21:23 -07:00 |
|
Zander Otavka
|
4965f1adda
|
Fix a facingRotation issue for PanelAttachable.
|
2015-08-05 09:20:55 -07:00 |
|
Zander Otavka
|
28050a2ac9
|
Fix PanelAttachable transformations.
Apply the offsetPosition of the PanelAttachable after the facingRotation
of the FloatingUIPanel, not before.
|
2015-08-04 14:22:21 -07:00 |
|
Zander Otavka
|
9bd72e5769
|
Tweak PanelAttachable::setTransforms.
Use reference instead of pointer, and make it virtual.
|
2015-07-31 11:26:04 -07:00 |
|
Zander Otavka
|
bc5ef8eb11
|
Clean up C++ relating to panels.
|
2015-07-31 11:26:04 -07:00 |
|
Zander Otavka
|
da2afca391
|
Expose overlay type checking to JavaScript.
|
2015-07-31 11:26:04 -07:00 |
|
Zander Otavka
|
1d37df4775
|
Improve and optimize panel transformations.
|
2015-07-31 11:26:04 -07:00 |
|
Zander Otavka
|
c4cb6fba74
|
Improve BillboardOverlay::findRayIntersection.
|
2015-07-31 11:26:03 -07:00 |
|
Zander Otavka
|
ed7fc07ab1
|
Fix cloning bug for BillboardOverlay.
|
2015-07-31 11:26:03 -07:00 |
|