POV-Ray : Newsgroups : povray.binaries.images : looking for settings for transparent plastic with radiosity (WIP) : looking for settings for transparent plastic with radiosity (WIP) Server Time
18 Aug 2024 12:19:29 EDT (-0400)
  looking for settings for transparent plastic with radiosity (WIP)  
From: Wlodzimierz ABX Skiba
Date: 23 Apr 2001 12:16:43
Message: <3ae4556b@news.povray.org>
here are settings (MegaPOV) for below image
has anybody idea how to improve speed and look of it ?
the object is box for plantation of sprout (I hope it is proper word)
it is made of transparent plastic - I think that it could get settings from
transparent LEGO bricks but I can't find any - I think current version is rather
ghost instead of plastic :-(
the setting are inspired by sample files and some posts

global_setting{
  radiosity{recursion_limit 5 brightness 1.2 normal on}
  max_intersections 255
  max_trace_level 255
  photons{count 20000 gather 20,100 autostop 0}
}

object{
  Platform() // returns CSG
  texture{
    pigment{color rgb 1 transmit .95 }
    finish{
      ambient -0.3
      diffuse 0.8
      specular 0.1
      roughness 0.1
      metallic
      brilliance 1
      reflection_type 1
      reflection_min 0.0
      reflection_max 1.0
      conserve_energy
    }
  }
  photons {target 1.0 reflection on }
}

rendered on PIII 1 GHz

----------------------------------------------------------------------------
Pixels:          307850   Samples:          322574   Smpls/Pxl: 1.05
Rays:           4624440   Saved:           2230393   Max Level: 68/255
----------------------------------------------------------------------------
Ray->Shape Intersection          Tests       Succeeded  Percentage
----------------------------------------------------------------------------
Cone/Cylinder                785799942         2279424      0.29
CSG Intersection              17207298           35157      0.20
CSG Merge                      5735766         3374355     58.83
CSG Union                     11471532         1864102     16.25
Lathe                          5735766         3133726     54.63
Lathe Bound                    5735766         3980932     69.41
Plane                          5735766         1685140     29.38
Sphere                      1032437880        41578154      4.03
Torus                         17207298           63636      0.37
Torus Bound                   17207298           65522      0.38
----------------------------------------------------------------------------
Roots tested:             26443985   eliminated:               26901
Calls to Noise:                  0   Calls to DNoise:        5256862
----------------------------------------------------------------------------
Shadow Ray Tests:          6683438   Succeeded:              1702918
Reflected Rays:            1667290
Transmitted Rays:          1654309
Number of photons shot:          21382
----------------------------------------------------------------------------
Radiosity samples calculated:     141071 (7.91 percent)
Radiosity samples reused:        1643387
----------------------------------------------------------------------------
Smallest Alloc:                 26 bytes   Largest:           122928
Peak memory used:         23457867 bytes
----------------------------------------------------------------------------
Time For Photon:   0 hours  0 minutes   6.0 seconds (6 seconds)
Time For Trace:    6 hours 47 minutes  44.0 seconds (24464 seconds)
    Total Time:    6 hours 47 minutes  50.0 seconds (24470 seconds)
Total cache size: 39180

ABX


Post a reply to this message


Attachments:
Download 'platform.jpg' (40 KB)

Preview of image 'platform.jpg'
platform.jpg


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.