Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PerspectiveTransform property fields (llx, lly, etc) are capped at value 10 #709

Open
TelKel81 opened this issue Aug 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@TelKel81
Copy link

PerspectiveTransform, the value of properties (llx, lly, etc) are constrained between -10 and 10

Expected Behavior

Unlimited value (or up to max int size I guess) should be allowed

Current Behavior

value clamped to -10 min, 10 max

Steps to Reproduce

Select the effect, change property values

Your Environment

Screenshots

@TelKel81 TelKel81 added the bug Something isn't working label Aug 30, 2024
@Oliver-Loeffler
Copy link
Collaborator

@TelKel81
To which kind of nodes is this applicable? I was playing around with it and did not see any transform result. None using a box or cylinder, also no effect on rectangle. As I have not used the JavaFX 3D part, may be I am doing something wrong. Would you mind to share an example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants