FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

Creating FEM analyses
A gentle introduction
Manual start
  • Introduction
  • Discovering FreeCAD
    • What is FreeCAD?
    • Installing
      • Installing on Windows
      • Installing on Linux
      • Installing on Mac OS
      • Uninstalling
      • Setting basic preferences
      • Installing additional content
    • The FreeCAD interface
      • Workbenches
      • The interface
      • Customizing the interface
    • Navigating in the 3D view
      • A word about the 3D space
      • The FreeCAD 3D view
      • Selecting objects
    • The FreeCAD document
    • Parametric objects
    • Import and export to other filetypes
  • Working with FreeCAD
    • All workbenches at a glance
    • Traditional modeling, the CSG way
    • Traditional 2D drafting
    • Modeling for product design
    • Preparing models for 3D printing
      • Exporting to slicers
      • Converting objects to meshes
      • Using Slic3r
      • Using the Cura addon
      • Generating G-code
    • Generating 2D drawings
    • BIM modeling
    • Using spreadsheets
      • Reading properties
      • Writing properties
    • Creating FEM analyses
    • Creating renderings
  • Python scripting
    • A gentle introduction
      • Writing Python code
      • Manipulating FreeCAD objects
      • Vectors and Placements
    • Creating and manipulating geometry
    • Creating parametric objects
    • Creating interface tools
  • The community

Rendering is the process of creating highly realistic images from 3D models by simulating lighting, materials, and textures. It’s commonly used in industries like film, video games, and product design, where photorealistic visualizations are necessary to showcase designs or concepts. While rendering can create images that closely resemble real-life photographs, it requires specialized tools to control things like lighting, reflections, and shadows.

FreeCAD, however, is focused primarily on technical modeling rather than artistic or visual effects. Its primary purpose is to create accurate 3D models for engineering, design, and manufacturing. As a result, FreeCAD does not feature advanced built-in rendering tools for photorealism.

However, FreeCAD does offer the Render workbench, which can be installed as an add-on (it’s not one of the default workbenches). This workbench allows users to connect FreeCAD models with external rendering engines like Blender Cycles, LuxCoreRender, or POV-Ray. Through the Render Workbench, users can use their models and leverage these powerful external tools to render their designs with realistic lighting and textures. This approach keeps FreeCAD lightweight and focused while still providing the flexibility for photorealistic rendering when needed.

The Render Workbench in FreeCAD integrates with several external renderers, including LuxCorerender, POV-Ray, and Blender Cycles. LuxCoreRender is a modern, physically-based renderer that delivers photorealistic images, but it requires significant computational power, especially for large scenes. POV-Ray, while older, remains a reliable raytracing engine and is less resource-intensive, though it lacks the realism of newer technologies. Blender Cycles, accessible through FreeCAD when Blender is installed, offers a powerful rendering solution with GPU and CPU support, producing high-quality images efficiently. However, it requires installing Blender separately and exporting models to Blender for rendering. Each renderer offers strengths depending on the user's balance of realism, performance, and system capabilities. Every option has its strengths and weaknesses, depending on the type of image one wants to render. The best way to know is to look at examples on each engine's website.

Installation

Before using the Render Workbench in FreeCAD, you'll need to install both the workbench itself (as shown in this section and one of the external rendering applications such as LuxCoreRender, POV-Ray, or Blender Cycles (with Blender installed). Installing these applications is typically straightforward, as they provide installers for various platforms and are often included in software repositories on Linux distributions. Once these tools are installed, you'll be able to connect FreeCAD to these renderers to produce high-quality images.

Once POV-Ray or LuxCorerender is installed, we need to set the path to their main executable in the FreeCAD preferences. This is usually only required on Windows and Mac. On Linux, FreeCAD will pick it from the standard locations. The location of the povray or luxrender executables can be found by searching your system for files named povray (or povray.exe on Windows) and luxrender (or luxrender.exe on Windows). In the Preferences tab you can designate the path as well as set up some parameters.

Rendering with PovRay

We will use the table we have been modelling in the traditional modeling chapter to produce renderings with PovRay.

  • Start by loading the table.FCStd file that we modelled earlier or from the link at the bottom of this chapter and entering the workbench.
  • Create a rendering project by pressing the button in the toolbar corresponding to your renderer. For our example, we will choose the povray renderer.
  • Select a template suitable for your project. We will be going with the povray_sunlight.pov one.
  • You can also try other templates after you create a new project, simply by editing its Template property.
  • A new project has now been created:

  • You can add the desired objects to the project by selecting them and pressing on the rendering view option.

  • If we wish we can apply a material to our bodies by pressing on the Material option. For our case, we will choose the matte option.
  • We can now press on the button and our rendered result will appear in a separate window.

Truth be told, the end result is not very impressive. The rendering process is iterative and takes time and patience to achieve high-quality outcomes. Additionally, as mentioned above, POV-Ray is somewhat limited in terms of realism. Feel free to experiment with different renderers. The procedure remains largely the same, with the only difference being the selection of a different renderer at the start of the process.

Downloads

  • The table model: https://github.com/yorikvanhavre/FreeCAD-manual/blob/master/files/table.FCStd
  • The file produced during this exercise: https://github.com/yorikvanhavre/FreeCAD-manual/blob/master/files/render.FCStd

Read more

  • Blender
  • POV-Ray


Creating FEM analyses
A gentle introduction
Manual start

This page is retrieved from https://wiki.freecad.org/Manual:Creating_renderings

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub