|
API Documentation
|
|
|
A pass doing an instanced draw, during which one mesh is drawn X times, in one go.
Definition: InstancingPass.h:15
DepthStencilState * getDepthStencilState() const
Offers all controls to model a camera.
Definition: Camera.h:14
virtual void setToRender(Mesh *object)
unsigned int getInstanceNumber() const
virtual void importClassFromTree(nkExport::Node *rootNode) override
virtual void setDepthStencilState(DepthStencilState *holder)
void setLodCamera(Camera *value)
virtual void setShader(Shader *value)
A shader class, feeding data to a Program.
Definition: Shader.h:16
Shader * getShader() const
Mesh * getToRender() const
A node in the tree structure representing the data to export / import.
Definition: Node.h:42
virtual void setBlendState(BlendState *holder)
The base for a pass within a TargetOperations.
Definition: Pass.h:15
Holds information about a depth and stencil state used for rendering.
Definition: DepthStencilState.h:14
Holds all information about the blend operations to use when rendering.
Definition: BlendState.h:14
Camera * getCullingCamera() const
BlendState * getBlendState() const
virtual void exportClassToTree(nkExport::Node *rootNode) override
virtual void setRasterState(RasterState *holder)
Camera * getLodCamera() const
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
void setInstanceNumber(unsigned int value)
RasterState * getRasterState() const
void setCullingCamera(Camera *value)
Camera * getRenderCamera() const
Holds information about a mesh. Used as a basis to render 3d models.
Definition: Mesh.h:14
void setRenderCamera(Camera *value)
Holds information about a raster state.
Definition: RasterState.h:16