|
@@ -18,5 +18,8 @@ interface RendererFX {
|
|
|
public function begin( r : h3d.scene.Renderer, step : Step ) : Void;
|
|
|
public function end( r : h3d.scene.Renderer, step : Step ) : Void;
|
|
|
public function dispose() : Void;
|
|
|
+
|
|
|
+ // Volumetric RFX
|
|
|
+ public function modulate( t : Float ) : RendererFX;
|
|
|
public function transition( r1 : RendererFX, r2 : RendererFX, t : Float ) : RendererFX;
|
|
|
}
|