* access to sample buffers count of Lamp
This commit is contained in:
Nathan Letwory
2009-04-19 00:09:47 +00:00
parent faef9f0ac7
commit e4611218ab
2 changed files with 31 additions and 0 deletions

View File

@@ -136,6 +136,9 @@ class Lamp:
@ivar samples: Lamp shadow map samples.
Value is clamped to the range [1,16].
@type samples: int
@ivar sampleBuffers: Lamp amount of shadow map sample buffers.
Number of sample buffers for shadow buffer: 1, 4 or 9.
@type sampleBuffers: int
@ivar raySamplesX: Lamp raytracing X samples (X is used for the Y axis with square area lamps).
Value is clamped to the range [1,16].
@type raySamplesX: int