Birdasaur / LitFX

Lightning and other animated light/particle effects that bolt on to a JavaFX 2D GUI.

Repository from Github https://github.comBirdasaur/LitFXRepository from Github https://github.comBirdasaur/LitFX

CubeViewer demo

oulfr opened this issue · comments

commented

@Birdasaur : hi birdasaur i have searched for the code of the attached exemple and i dont found it ? can you please help
tumblr_mv35ur6DYb1swtz6mo1_1280

The CubeViewer base code is not part of LitFX, it is part of FXyz3D... https://github.com/FXyz/FXyz
Look in the following package:
https://github.com/FXyz/FXyz/tree/master/FXyz-Core/src/main/java/org/fxyz3d/scene

The original CubeViewer class is there. You may prefer to use CubeWorld which is a more parameterized version.

Have fun.