class

PF3d::DepthBuffer

Inherits PF2d::Drawable < Reference < Object

A buffer of depth values for rending 3d scenes

Constructors

new(width : Int32, height : Int32)
Source

Instance methods

[](x : Int, y : Int)
Source
[]=(x : Int, y : Int, value : Float64)
Source
clear
Source
draw_point(x : Number, y : Number, value : Float64)

To be implemented by the including class

Source