SubScene as view component? #1242
chengenzhao
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
As long as it provides the required functionality, it should be fine. I suppose the difference is that the JavaFX SubScene does not have integration with the FXGL's internal systems, e.g. Timer, SceneService, etc. Not sure if it has any effect on your use case. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi:
We are testing 3d rendering of FXGL now
and used GameSubScene before, it works great
but it seems like SubScene of JavaFX itself is a node which can be used as view component
and after testing it works
so is it a good idea that extend SubScene as view component to mix 2D and 3D games?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions