Merge pull request #103 from triplus/RadiosityOutdoorHQ
Add RadiosityOutdoorHQ.pov Raytracing Template
This commit is contained in:
commit
0c5484335d
|
@ -70,6 +70,7 @@ SET(Raytracing_Templates
|
|||
Templates/LuxOutdoor.lxs
|
||||
Templates/ProjectStd.pov
|
||||
Templates/RadiosityNormal.pov
|
||||
Templates/RadiosityOutdoorHQ.pov
|
||||
)
|
||||
|
||||
add_library(Raytracing SHARED ${Raytracing_SRCS})
|
||||
|
|
41
src/Mod/Raytracing/Templates/RadiosityOutdoorHQ.pov
Normal file
41
src/Mod/Raytracing/Templates/RadiosityOutdoorHQ.pov
Normal file
|
@ -0,0 +1,41 @@
|
|||
// Persistence of Vision Ray Tracer Scene Description File
|
||||
// for FreeCAD (http://www.freecadweb.org)
|
||||
|
||||
#version 3.6;
|
||||
|
||||
#include "colors.inc"
|
||||
#include "metals.inc"
|
||||
#include "rad_def.inc"
|
||||
|
||||
global_settings {
|
||||
radiosity {
|
||||
Rad_Settings(Radiosity_OutdoorHQ,off,off)
|
||||
}
|
||||
}
|
||||
|
||||
#default {finish{ambient 0}}
|
||||
|
||||
sky_sphere {
|
||||
pigment {
|
||||
gradient y
|
||||
color_map {
|
||||
[0.0 color LightGray]
|
||||
[0.3 color White]
|
||||
[0.7 color LightGray]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Standard finish
|
||||
#declare StdFinish = finish {};
|
||||
|
||||
//RaytracingContent
|
||||
|
||||
//default light
|
||||
light_source {
|
||||
cam_location
|
||||
color White
|
||||
area_light <100, 0, 0>, <0, 0, 100>, 10, 10
|
||||
adaptive 1
|
||||
jitter
|
||||
}
|
|
@ -74,6 +74,7 @@
|
|||
<Component Id="CompModRaytracingTemplates" Guid="C0319A8E-7B29-428a-84B7-4A84DB44ABD3" Win64='$(var.Win_64)' KeyPath="yes">
|
||||
<File Id="ProjectStd" Name="ProjectStd.pov" />
|
||||
<File Id="RadiosityNormal" Name="RadiosityNormal.pov" />
|
||||
<File Id="RadiosityOutdoorHQ" Name="RadiosityOutdoorHQ.pov" />
|
||||
<File Id="LuxClassic" Name="LuxClassic.lxs" />
|
||||
<File Id="LuxOutdoor" Name="LuxOutdoor.lxs" />
|
||||
</Component>
|
||||
|
|
Loading…
Reference in New Issue
Block a user