Exterior Ray Trace Rendering / Lighting Help


Legacy-HNoles
 Share

Recommended Posts

Hello,

 

I am fairly new to Chief & even more so to ray tracing. I am attaching a standard rendering (1), a physically based (ray trace) (2), and two CPU ray traces ( one with 1 hour/38 passes, the second with 3 hours). It appears to have a foggy haze over the image. Once you zoom into the image, it appears to be grainy also. How can I brighten and sharpen these images?

 

I have experience with Twin Motion, Photoshop, Revit, etc. but I have seen some wonderful renders out of Chief. I would love to get there. Any tips?

Standard - 1.png

Physically Based Ray Trace - 2.png

CPU Ray Trace - 3 hours - 2.jpg

CPU Ray Trace - 38 Passes - 1 Hour.jpg

Link to comment
Share on other sites

@Legacy-HNoles

 

I use these settings for an initial exterior CPU ray trace (I can't do RTRT on my system, and do not use PBR):

 

211156050_ScreenShot2022-12-02at12_36_50PM.thumb.png.88c9bdf894d35fab39b4ab70694f7e79.png

 

1723746320_ScreenShot2022-12-02at12_37_01PM.thumb.png.36da6423a59779cba5965b3c543b5f3c.png

 

2081921869_ScreenShot2022-12-02at12_37_19PM.thumb.png.483e40591fb9fd182a8e1120dd15b21d.png

 

1940932085_ScreenShot2022-12-02at12_37_28PM.thumb.png.6b4c7fb8d541de4e6ad79f5c71606248.png

 

14 passes seems about right. Less than that is too grainy, and more is diminishing returns. Takes about 4 minutes on my system at this (relatively low) resolution.

 

I then save the image and open in Gimp (free image editor like Photoshop) and apply Unsharp Mask, contrast/color balance, etc, and do cleanup/touchup.

 

Here's an example of an image I made using these techniques:

121895519_CoverRTcopy.thumb.jpeg.dcb0aaf01263911e050c4c8f472401c3.jpeg

 

Tips:

- You can quickly evaluate lighting and shadows and such, and save time for trial and error by lowering the Resolution or Height/Width in the General panel. Just remember the settings to restore them for the final run.

- You can also save time for trial and error by temporarily turning off Photon Mapping on the Advanced panel.

- Even after the ray trace is done, you can still adjust the settings on the Image Properties panel for changing the colors, contrast, etc. by accessing the Adjust Image Properties button:

639751211_ScreenShot2022-12-02at12_57_26PM.png.af9fc7ea9371cd6872e3a3eed92df418.png

  • Upvote 2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

  • Member Statistics

    33278
    Total Members
    9156
    Most Online
    markstevens
    Newest Member
    markstevens
    Joined
  • Similar Content

    • By ElisabethDrafter
      Hello Chiefers!
       
      If you need help getting a project to the finish line, or if you've hit a snag with how to make Chief do what you want it to do, reach out to me here on ChiefTalk or my email: elisabethwithroses@gmail.com.  I am available to help with drafting, cabinetry help and pricing (in 2020 as well), and high quality physically based renderings. 



    • By Scogginator
      Is there a way to write a custom command to auto-place lights?
       
      I've used chat GTP to write code that I'd like to utilize. I have attached a word file and pdf that I need proof read and corrected. I can have that done.
       
      Below is the code, but I'm not sure if it will format correctly:
      Sub PlaceLights()
          'Ask the user to select the room size and ceiling height
          Dim roomWidth As Double
          Dim roomLength As Double
          Dim roomHeight As Double
          roomWidth = InputBox("Enter the width of the room in feet:")
          roomLength = InputBox("Enter the length of the room in feet:")
          roomHeight = InputBox("Enter the height of the room in feet:")
          
          'Calculate the square footage of the room based on user input
          Dim roomArea As Double
          roomArea = roomWidth * roomLength
          
          'Determine the recommended lighting level for the room based on the ceiling height and room type
          Dim lightLevel As Double
          Select Case roomHeight
              Case Is <= 8
                  lightLevel = 10
              Case Is <= 9
                  lightLevel = 20
              Case Is <= 10
                  lightLevel = 30
              Case Is <= 12
                  lightLevel = 40
              Case Else
                  MsgBox "Invalid ceiling height"
                  Exit Sub
          End Select
          
          'Calculate the number of lights needed based on the room size and the recommended spacing
          Dim lightSpacing As Double
          If roomArea <= 100 Then
              lightSpacing = 48
          ElseIf roomArea <= 225 Then
              lightSpacing = 64
          ElseIf roomArea <= 400 Then
              lightSpacing = 80
          Else
              lightSpacing = 96
          End If
          Dim lightCount As Integer
          lightCount = Application.RoundUp((roomWidth + roomLength) / lightSpacing, 0)
          
          'Determine the optimal spacing for the lights based on the room size and ceiling height
          Dim xOffset As Double
          Dim yOffset As Double
          If roomWidth >= roomLength Then
              xOffset = lightSpacing
              yOffset = lightSpacing * roomLength / roomWidth
          Else
              xOffset = lightSpacing * roomWidth / roomLength
              yOffset = lightSpacing
          End If
          
          'Place the lights in a rectangular or square pattern within the room
          Dim lightType As String
          lightType = InputBox("Enter the light diameter (4 or 6):")
          Dim x As Integer
          Dim y As Integer
          Dim light As Object
          For x = 1 To lightCount
              For y = 1 To lightCount
                  Set light = ActiveDocument.CreateLight("Recessed Can Light", lightType & """", "General")
                  light.Move (x - 1) * xOffset, (y - 1) * yOffset, roomHeight - 48
              Next y
          Next x
          
          'Generate a report or summary of the lighting plan for the room
          Dim report As String
          report = "Room Size: " & roomWidth & " ft x " & roomLength & " ft" & vbCrLf
          report = report & "Ceiling Height: " & roomHeight & " ft" & vbCrLf
          report = report & "Recommended Light Level: " & lightLevel & " lux" & vbCrLf
          report = report & "Number of Lights: " & lightCount ^ 2 & vbCrLf
          report = report & "Light Spacing: " & lightSpacing & " in" & vbCrLf
          report = report & "Light Type: " & lightType & """ Recessed Can Light" & vbCrLf
          MsgBox report
       
       
      Any help would be appreciated.
       
      Thanks,
       
      Jeff
      Sub PlaceLights.docx Sub PlaceLights.pdf
    • By JKEdmo
      Good morning,
       
      Maybe a nit-pick, but when I wire up my sconce to a light switch, the auto-wiring goes to the face of the wall sconce globe and not to center of the base, which I would prefer.  So, I wind up manually adjusting the arc segment.
       
      My question is what controls/defines the snap points of the electrical wiring tool?  Is this something defined in the fixture block?
       
      Default:
       

       
      My preference:
       

       
       
      Thanks again,
       
      Jim
       
       
    • By marlem2000
      Hello!
      I hope everybody is enjoying this year that’s ending.
      I’d like making a question before 2023 comes. Is there a way to make some kind of “up holes” in a wall in order to set some puck lights up too?
      First, I tried with a wall niche but it’s too thin. I don’t know if I’ll have to use a pony wall or other but I have never worked with them so I’m feeling a bit lost. Any idea?
       
      Many thanks and Happy New Year!

    • By Ange822
      Good morning,
       
      I am still pretty new into Ray Tracing both CPU and GPU. I seem to have a pretty good grasp on the interior GPU with playing around with lighting / sun light etc.
      However - the exterior Ray Tracing, you can see it looks to be foggy? I have attached before / 100 passes / 200 passes.
       
      Any help would be greatly appreciated. Also not sure how to make the ground look more realistic? I tried adding small shrubs and rocks. 
       
      Thank you!