Inherits DXGfxLib::Batch, and DXGfxLib::Batch.

Public Member Functions | |
| void | Attach (Material material, Texture texture) |
| Will build a 8 faces impostor from a material and a texture. | |
| void | Attach (FrameworkMesh fMesh) |
| Using the previous method, this will build a 8 faces impostor from a FrameworkMesh, this method uses a render to texture to perform that. | |
| void | Attach (Material material, Texture texture) |
| Will build a 8 faces impostor from a material and a texture. | |
| void | Attach (FrameworkMesh fMesh) |
| Using the previous method, this will build a 8 faces impostor from a FrameworkMesh, this method uses a render to texture to perform that. | |
Definition at line 31 of file Impostor.cs.
| void DXGfxLib.Impostor.Attach | ( | FrameworkMesh | fMesh | ) |
Using the previous method, this will build a 8 faces impostor from a FrameworkMesh, this method uses a render to texture to perform that.
| fMesh |
Definition at line 127 of file Impostor.cs.

| void DXGfxLib.Impostor.Attach | ( | Material | material, | |
| Texture | texture | |||
| ) |
Will build a 8 faces impostor from a material and a texture.
| material | ||
| texture |
Definition at line 40 of file Impostor.cs.

| void DXGfxLib.Impostor.Attach | ( | FrameworkMesh | fMesh | ) |
Using the previous method, this will build a 8 faces impostor from a FrameworkMesh, this method uses a render to texture to perform that.
| fMesh |
Definition at line 127 of file Impostor.cs.

| void DXGfxLib.Impostor.Attach | ( | Material | material, | |
| Texture | texture | |||
| ) |
Will build a 8 faces impostor from a material and a texture.
| material | ||
| texture |
Definition at line 40 of file Impostor.cs.


1.5.8