"examples/vscode:/vscode.git/clone" did not exist on "b9d52fca1da019d7088a887aaf2c661be94132ce"
  • Thomas Wang's avatar
    Reduce precision conversion when packing (#124) · eecfd44b
    Thomas Wang authored
    * Reduce conversion. Assume that ray_indices should always be long and pack_info always int
    
    * Remove some more casting
    
    * More casting fixes
    
    * Remove unecessary long casting
    
    * Fix changes in precision at python level, ray_pdf_query test is already broken since it was reverted
    
    * Support long when rendering transmittance
    
    * Support long
    
    * Woops
    eecfd44b
utils.py 3.64 KB