Raytracing tutorial/it: Difference between revisions

From FreeCAD Documentation
(Created page with "=== Procedura ===")
(Created page with "==== Modeling ==== In questo esempio viene utilizzato un cubo come oggetto di studio, ma al suo posto si posssono usare i modelli creati con Parte o PartDesign.")
Line 22: Line 22:


==== Modeling ====
==== Modeling ====
In questo esempio viene utilizzato un cubo come oggetto di studio, ma al suo posto si posssono usare i modelli creati con Parte o PartDesign.
In this example a Cube is used as the study object, but models created in the Part or PartDesign Workbenches can be used instead.


# Create a new document
# Create a new document

Revision as of 20:14, 8 September 2015

Tutorial
Topic
{{{Topic}}}
Level
Base
Time to complete
10 minuti + tempo per Render
Authors
Drei
FreeCAD version
0.16 o superiore
Example files
See also
None

Introduzione

Questo tutorial ha lo scopo di introdurre il lettore al flusso di lavoro di base dell'ambiente Raytracing, e alla maggior parte degli strumenti che sono a disposizione per creare una immagine renderizzata.

Requisiti

  • FreeCAD versione 0.16 o superiore
  • POV-Ray e/o LuxRender installati nel sistema
  • Nel caso di POV-Ray, si raccomanda l'installazione della macro di psicofil
  • Il lettore abbia le conoscenze di base per utilizzare gli ambienti Parte e PartDesign

Procedura

Modeling

In questo esempio viene utilizzato un cubo come oggetto di studio, ma al suo posto si posssono usare i modelli creati con Parte o PartDesign.

  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 with.

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 Module.