![]() |
|
公開メンバ関数 | |
| VertexBuffer () | |
| void | Release () |
| int | getVertexCount () |
| int | getVertexDescriptorHandle () |
| IntPtr | getVertexBufferNativePtr () |
| void | setData (SharpKmyMath.Vector3[] list) |
| void | setData (VertexPositionTextureColor[] list) |
| void | setData (VertexPositionNormalTextureColor[] list) |
| void | setData (List< VertexPositionNormalMapTexture2Color > list) |
| void | setData (List< VertexPositionNormalMapTexture2Color >[,] list, SharpKmyMath.Vector3 minedge, SharpKmyMath.Vector3 maxedge) |
| void | setDataWithoutCompress (List< VertexPositionNormalMapTexture2Color >[,] list, SharpKmyMath.Vector3 minedge, SharpKmyMath.Vector3 maxedge) |
公開変数類 | |
| IntPtr | vbo = IntPtr.Zero |
| float | minCornerX |
| float | minCornerY |
| float | minCornerZ |
| float | maxCornerX |
| float | maxCornerY |
| float | maxCornerZ |
| int | vtxcount |
| SharpKmyGfx.VertexBuffer.VertexBuffer | ( | ) |
| IntPtr SharpKmyGfx.VertexBuffer.getVertexBufferNativePtr | ( | ) |
| int SharpKmyGfx.VertexBuffer.getVertexCount | ( | ) |
| int SharpKmyGfx.VertexBuffer.getVertexDescriptorHandle | ( | ) |
| void SharpKmyGfx.VertexBuffer.Release | ( | ) |
| void SharpKmyGfx.VertexBuffer.setData | ( | List< VertexPositionNormalMapTexture2Color > | list | ) |
| void SharpKmyGfx.VertexBuffer.setData | ( | List< VertexPositionNormalMapTexture2Color > | list[,], |
| SharpKmyMath.Vector3 | minedge, | ||
| SharpKmyMath.Vector3 | maxedge | ||
| ) |
| void SharpKmyGfx.VertexBuffer.setData | ( | SharpKmyMath.Vector3[] | list | ) |
| void SharpKmyGfx.VertexBuffer.setData | ( | VertexPositionNormalTextureColor[] | list | ) |
| void SharpKmyGfx.VertexBuffer.setData | ( | VertexPositionTextureColor[] | list | ) |
| void SharpKmyGfx.VertexBuffer.setDataWithoutCompress | ( | List< VertexPositionNormalMapTexture2Color > | list[,], |
| SharpKmyMath.Vector3 | minedge, | ||
| SharpKmyMath.Vector3 | maxedge | ||
| ) |
| float SharpKmyGfx.VertexBuffer.maxCornerX |
| float SharpKmyGfx.VertexBuffer.maxCornerY |
| float SharpKmyGfx.VertexBuffer.maxCornerZ |
| float SharpKmyGfx.VertexBuffer.minCornerX |
| float SharpKmyGfx.VertexBuffer.minCornerY |
| float SharpKmyGfx.VertexBuffer.minCornerZ |
| IntPtr SharpKmyGfx.VertexBuffer.vbo = IntPtr.Zero |
| int SharpKmyGfx.VertexBuffer.vtxcount |