Raytracing tutorial/ru

Other languages:

Raytracing Workbench

The Raytracing workbench is being superseded by the new Render Workbench, which is intended as its replacement. The Render Workbench can be installed through the Addon Manager. The information here is provided because by default FreeCAD is still shipped (as of 0.19-24276) with the Raytracing Workbench, and because the new module should basically work in the same way
Руководство
Тема
Raytracing
Уровень
Beginner
Время для завершения
10 minutes + Render time
Авторы
Drei
FreeCAD версия
0.16 or above
Примеры файлов
Смотрите также
None

Introduction

This tutorial is meant to introduce the reader to the basic workflow of the Raytracing Workbench, as well as most of the tools that are available to create a rendered image. Note that the Raytracing workbench is progressively being obsoleted in favor of the newer Render Workbench, available via the Addons Manager

Requirements

Procedure

Modeling

In this example a Cube is used as the study object, but models created in the Part or PartDesign Workbenches can be used instead.

  1. Create a new document
  2. Activate the Part Workbench
  3. Create a Cube. You are free to change its properties in any way.

Now we have a model with which to work.

Preparing for the render

  1. Switch to the Raytracing Workbench
  2. Change your View to Perspective. Go to View menu and select Perspective.
  3. Set the location for the renderer. Go to the Edit menu and select Preferences. Click on Raytracing and set the location to the executable.
  4. Set the size of the rendered image. Go to the Edit menu and select Preferences. Click on Raytracing and set the desired image size.

POV-Ray

  1. Select New PovRay project. From the dropdown menu pick RadiosityNormal

LuxRender

  1. Select New LuxRender project. From the dropdown menu pick LuxClassic

Setting the camera position

  1. Position the 3D View to the desired location and distance from the model. In this case we will use the Axonometric View.
  2. Select the Project Folder from the Tree View
  3. Select Reset camera

Importing the model

  1. Select the model to render.
  2. Select Insert part

Running the Renderer

  1. Select Render.
  2. Set the path to which the image will be stored.
  3. Wait for the rendering to finish. This may take a while.

Viewing the results

FreeCAD will immediately open the image after the render is finished.

We are now finished with the basic workflow for the Raytracing workbench.