Description Write all rays to a FRED Compact Rayset (*.fcr) file. Depending on the number of rays traced, it may be necessary to dimension ray index and ray counter variables as data type Huge_ instead of Long. Please see Multi-threaded Raytracing for more information.
Syntax raycount = WriteBasicRayDataToFCRFile( fname )
Parameters raycount (Long or Huge_) Number of rays written to file.
fname As String File name used for ray storage.
Remarks Write all rays to FRED Compact Rayset (FCR) file.
See Also ReadRaysFromFRBSFileToRayBuffer WriteRaysFromRayBufferToFRBSFile
|