IPixel |
The IPixelMaterial type exposes the following members.
Name | Description | |
---|---|---|
FixedUpVector | Gets a nullable Vector3 that can specify a fixed up vector. By default (when FixedUpVector is null), pixels always face the camera so that their up vector is perpendicular to the look direction. But for some cases (for example for rendering trees that always grow upwards), you can fix the up vector. When FixedUpVector is set to a Vector3, then it will always be used for up vector when orienting pixel towards the camera. Fixed up vector can be used only when IsWorldSize is set to true. | |
IsCircularPixel | When true then each pixel is rendered as circle instead of square. | |
IsWorldSize | ||
PixelColor | Gets the color of the pixels. | |
PixelSize | Gets the width and height of the pixel in screen space units. |