module

PointClickEngine::Graphics::Effects::ObjectEffects::ShaderObjectFactory

Factory for shader-based object effects

Class methods

available?

Check if OpenGL context is available for shader effects

Source
create(effect_name : String, **params) : Effect | Nil

Create a shader-based object effect by name Returns nil if GL context not available (allows fallback to CPU effects)

Source