52 |
source is cell data, a conversion to point data may or may not be |
source is cell data, a conversion to point data may or may not be |
53 |
required, in order for the object to be rendered correctly. |
required, in order for the object to be rendered correctly. |
54 |
If a conversion is needed, the 'cell_to_point' flag must be set to |
If a conversion is needed, the 'cell_to_point' flag must be set to |
55 |
'True', otherwise 'False' (which is the default). |
'True', otherwise 'False' (which is the default). On occasions, an |
56 |
|
inaccurate object may be rendered from cell data even after conversion. |
57 |
|
|
58 |
@type scene: L{Scene <scene.Scene>} object |
@type scene: L{Scene <scene.Scene>} object |
59 |
@param scene: Scene in which objects are to be rendered on |
@param scene: Scene in which objects are to be rendered on |