Examples of Screenspaces can be found in the Tutorial section: http://deltawebsites/learn/tutorials#basic04
Classes
Class | Description | |
---|---|---|
Camera2DScreenSpace |
Behaves like QuadraticScreenSpace but can also pan and zoom.
See https://deltaengine.fogbugz.com/default.asp?W101
View code on GitHub | |
PixelScreenSpace |
Converts to and from Pixel space. https://deltaengine.fogbugz.com/default.asp?W101
View code on GitHub | |
QuadraticScreenSpace |
Converts to and from quadratic space. https://deltaengine.net/Learn/ScreenSpace
View code on GitHub | |
RelativeScreenSpace |
Converts to and from Relative space. https://deltaengine.fogbugz.com/default.asp?W101
View code on GitHub | |
ScreenSpace |
Converts to and from some kind of screen space like Quadratic, Pixel, etc.
See http://deltaengine.net/learn/screenspace
View code on GitHub |