Thickness of the lines, value between 0 and 1.
Protected_Protected_Returns a set of all the cameras this post-process effect is attached to.
Returns the current line thickness value.
Sets the line thickness and updates the shader with the new value.
Thickness of the lines, value between 0 and 1.
Runs the initialize method if the post-process has not yet been initialized. Then attaches the post-process effect to the specified camera.
The camera to attach the post-process effect to.
true if the post-process effect was successfully attached to the camera, otherwise false.
Disables the post-process effect for the specified camera.
The camera to detach the post-process effect from.
true if the post-process effect was successfully detached from the camera, otherwise false.
ProtectedinitializeMethod for initializing this post-process effect before it gets attached to a camera. This gets called automatically from attach.
BabylonJS camera variable.
Protectedupdate
TwinfinityPostProcess is the base class that can be used to extend classes for post-process effects.