What is the maximum number of objects such can be handled via the depth/z- buffer algorithm?
Solution: In z-buffer algorithm, an arbitrary number of objects can be handled since each object is processed at one time. The number of objects is restricted only by the computer's memory to save the objects.