Click or drag to resize
AB4D logo

InstancedObjectsEffect Methods

The InstancedObjectsEffect type exposes the following members.

Methods
 NameDescription
Public methodApplyMaterial Applies the material and object's world matrix to this effect.
(Overrides EffectApplyMaterial(Material, RenderablePrimitiveBase))
Public methodStatic memberIsUsingPerPixelShader Returns true when per pixel shader should be used for specified shader quality.
Public methodPreloadShaders PreloadShaders can be called to load the shaders in advance before they are used. Calling this method increases the startup time, but when the 3D object needs to be shown, it is shown faster because all the shaders have already been created.
(Overrides EffectPreloadShaders)
Top
See Also