|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PSConstants
PSConstants Interface
The PSConstants interface specifies contains all the commonly used variables within the library.
This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library. If not, see http://www.gnu.org/licenses/.
Field Summary | |
---|---|
static PSVector |
CAM2D_LOOK
Default 2D camera look vector (0, 0, 1) |
static PSVector |
CAM2D_RIGHT
Default 2D camera right vector (1, 0, 0) |
static PSVector |
CAM2D_UP
Default 2D camera up vector (0, -1, 0) |
static int |
CORNER
Corner anchor |
static int |
INVERSE
Inverse envelope type |
static int |
INVERSE_TRIANGULAR
Inverse triangular envelope type |
static int |
LEADING
Leading particle emission |
static int |
LINEAR
Linear envelope type |
static int |
MIDPOINT
Midpoint anchor |
static int |
NONE
None envelope type |
static int |
STATIC
Static envelope type |
static int |
TRAILING
Trailing particle emission |
static int |
TRIANGULAR
Triangular envelope type |
Field Detail |
---|
static final int NONE
static final int STATIC
static final int LINEAR
static final int INVERSE
static final int TRIANGULAR
static final int INVERSE_TRIANGULAR
static final int LEADING
static final int TRAILING
static final PSVector CAM2D_LOOK
static final PSVector CAM2D_UP
static final PSVector CAM2D_RIGHT
static final int MIDPOINT
static final int CORNER
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |