Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Graphics.vxAssetCreator2D Class Reference

This is a 2D Asset Creator which can generate Textures from Farseer Assets. This has been taken and slightly modified from the Farseer Test Bed. More...

Public Types

enum  MaterialType {
  Blank , Dots , Squares , Waves ,
  Pavement
}
 

Static Public Member Functions

static Vector2 CalculateOrigin (Body b)
 
static Texture2D TextureFromShape (Shape shape, MaterialType type, Color color, float materialScale)
 
static Texture2D TextureFromVertices (Vertices vertices, MaterialType type, Color color, float materialScale)
 
static Texture2D TextureFromVertices (Vertices vertices, MaterialType type, Color color, float materialScale, Color EdgeColor)
 
static Texture2D CircleTexture (float radius, MaterialType type, Color color, float materialScale)
 
static Texture2D EllipseTexture (float radiusX, float radiusY, MaterialType type, Color color, float materialScale)
 

Detailed Description

This is a 2D Asset Creator which can generate Textures from Farseer Assets. This has been taken and slightly modified from the Farseer Test Bed.


The documentation for this class was generated from the following file: