thothbot / parallax

Cross-platform Java 3D SDK
http://thothbot.github.io
MIT License
84 stars 26 forks source link

Parallax.App -> Parallax #63

Closed ghost closed 8 years ago

ghost commented 8 years ago

I see you made some changes. Wouldn't it make more sense to use just Parallax instead of Parallax.App? You could have just renamed removed App class to Parallax, and still allow rendering context access from new Parallax class.

thothbot commented 8 years ago

It is the final solution, need to test Android platform to make a decision

thothbot commented 8 years ago

I have made Parallax class abstract.

For Gwt platform we use

GwtParallax.init( this ); 

where this implements ParallaxListener