C4 Engine Terathon Software C4 Engine API Documentation

• Extras Plugin

API Links
Developer Links

class ShellEffect

Defined in:  C4ExtraEffects.h
The ShellEffect class represents a shell effect node in a world.
Definition

class ShellEffect : public Effect

Constructor

ShellEffect(Geometry *geometry, float size, const ColorRGBA& color);

Parameters
geometry The geometry for which the shell effect is created.
size The distance by which the shell is extruded from the geometry.
color The color of the shell effect.
Description


Base Classes
Effect A shell effect is a specific type of effect.