Updated Wiki: GeometricPrimitive
This is a helper for drawing simple geometric shapes:CubeSphereGeoSphereCylinderTorusTeapotInitialization The GeometryPrimitive class must be created from a factory method which takes the Direct3D 11...
View ArticleUpdated Wiki: GeometricPrimitive
This is a helper for drawing simple geometric shapes including texture coordinates and surface normals.CubeSphereGeoSphereCylinderTorusTeapotInitialization The GeometryPrimitive class must be created...
View ArticleUpdated Wiki: GeometricPrimitive
This is a helper for drawing simple geometric shapes including texture coordinates and surface normals.CubeSphereGeoSphereCylinderTorusTeapotInitialization The GeometryPrimitive class must be created...
View ArticleUpdated Wiki: GeometricPrimitive
This is a helper for drawing simple geometric shapes including texture coordinates and surface normals.CubeSphereGeoSphereCylinderTorusTeapotInitialization The GeometryPrimitive class must be created...
View ArticleUpdated Wiki: PrimitiveBatch
This is a helper for easily and efficiently drawing dynamically generated geometry such as lines or trianges. It fills the same role as the legacy Direct3D 9 APIs DrawPrimitiveUP and...
View ArticleUpdated Wiki: CommonStates
The CommonStates class is a factory which simplifies setting the most common combinations of D3D rendering states.Initialization The CommonStates constructor requires a Direct3D 11 device....
View ArticleUpdated Wiki: MakeSpriteFont
The MakeSpriteFont tool can process any TrueType font that is installed on your system (using GDI+ to rasterize them into a bitmap) or it can import character glyphs from a specially formatted bitmap...
View ArticleUpdated Wiki: PrimitiveBatch
This is a helper for easily and efficiently drawing dynamically generated geometry such as lines or trianges. It fills the same role as the legacy Direct3D 9 APIs DrawPrimitiveUP and...
View ArticleUpdated Wiki: Effects
This is a native Direct3D 11 implementation of the five built-in effects from XNA Game Studio, providing identical functionality and API:BasicEffect supports texture mapping, vertex coloring,...
View ArticleUpdated Wiki: CommonStates
The CommonStates class is a factory which simplifies setting the most common combinations of Direct3D rendering states.Initialization The CommonStates constructor requires a Direct3D 11 device....
View ArticleUpdated Wiki: CommonStates
The CommonStates class is a factory which simplifies setting the most common combinations of Direct3D rendering states.Initialization The CommonStates constructor requires a Direct3D 11 device....
View ArticleUpdated Wiki: CommonStates
The CommonStates class is a factory which simplifies setting the most common combinations of Direct3D rendering states.Initialization The CommonStates constructor requires a Direct3D 11 device....
View ArticleUpdated Wiki: PrimitiveBatch
This is a helper for easily and efficiently drawing dynamically generated geometry such as lines or trianges. It fills the same role as the legacy Direct3D 9 APIs DrawPrimitiveUP and...
View ArticleUpdated Wiki: DDSTextureLoader
A streamlined version of the DirectX SDK sample DDSWithoutD3DX11 texture loading code for a simple light-weight runtime .DDS file loader. This version only supports Direct3D 11 and performs no runtime...
View ArticleUpdated Wiki: DDSTextureLoader
A streamlined version of the DirectX SDK sample DDSWithoutD3DX11 texture loading code for a simple light-weight runtime .DDS file loader. This version only supports Direct3D 11 and performs no runtime...
View ArticleUpdated Wiki: GeometricPrimitive
This is a helper for drawing simple geometric shapes including texture coordinates and surface normals.CubeSphereGeodesic SphereCylinderTorusTeapotInitialization The GeometryPrimitive class must be...
View ArticleUpdated Wiki: Effects
This is a native Direct3D 11 implementation of the five built-in effects from XNA Game Studio, providing identical functionality and API:BasicEffect supports texture mapping, vertex coloring,...
View ArticleUpdated Wiki: SpriteBatch
This is a native Direct3D 11 implementation of the SpriteBatch helper from XNA Game Studio, providing identical functionality and API.Initialization The SpriteBatch class requires a Direct3D 11 device...
View ArticleUpdated Wiki: PrimitiveBatch
This is a helper for easily and efficiently drawing dynamically generated geometry such as lines or trianges. It fills the same role as the legacy Direct3D 9 APIs DrawPrimitiveUP and...
View ArticleUpdated Wiki: DirectXTK
Headers Public headers are in the Inc folder of the distribution package.Namespace All the functions in the library are in the "DirectX" C++ namespace.ModulesSpriteBatch - simple & efficient 2D...
View Article