Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mksource(1) [debian man page]

MKSOURCE(1)						      General Commands Manual						       MKSOURCE(1)

NAME
mksource - compute distant sources for RADIANCE image-based lighting SYNOPSIS
mksource [ -d nsamps ][ -t thresh ][ -a maxang ] [ octree ] DESCRIPTION
Mksource produces a RADIANCE scene description of distant illum sources corresponding to bright, concentrated regions in the given ambient environment. Any local geometry is ignored in the input octree, which should be derived from a captured light probe and modeled as a dis- tant hemispherical or spherical glow source. The output sources may then be combined with this environment to produce a more efficient scene for rendering, faster and less prone to sampling artifacts. The -d option may be used to specify the number of ray samples, which defaults to 262,000. Calculation time is roughly proportional to this setting, and the default is fine enough to resolve sources the size of the sun (half a degree) or larger. The -t option may be used to manually set the radiance threshold for sources, in watts/sr/meter^2. The default uses the top 2 percentile of the environment, which is usally a good value. The -a option may be used to specify a maximum source diameter, which defaults to 15 degrees. Mkillum silently enforces a maximum of 180 degrees for this option. If no input octree is specified, the standard input is read. EXAMPLE
To add sources with a maximum size of 20 degrees to the enviornment described in environ.oct: mksource -a 20 environ.oct > srcs.rad oconv -i environ.oct srcs.rad > env+srcs.oct AUTHOR
Greg Ward SEE ALSO
mkillum(1), rpict(1), rvu(1) RADIANCE
04/11/05 MKSOURCE(1)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

View file on distant machine

Hello everybody, I have a program that connects to a distant machine using a specific port. Then inetd executes a command on that distant machine (M2). What I'd like to do is write a scipt that, given the port, it gives me the command executed. (The script should be launched on the local... (5 Replies)
Discussion started by: Majid
5 Replies

2. UNIX for Dummies Questions & Answers

Simultaneous file read operation

Hi All, I need information on file handling in UNIX enviornment. If in UNIX enviornment I have two process.. P1 P2 Both accessing the same file simultaneosuly(read operation).. Suppose P1 opened the file in read mode first and started reading the file.. Then P2 opens the same file in... (5 Replies)
Discussion started by: chibob
5 Replies

3. UNIX for Dummies Questions & Answers

[Solved] Calculation on sun again

I posted this question before 2 months and gain a solution. Thanks again for this, but I tried it now and had no success. Could the specialists be so kind to have a second look please. Please look down to see the whole code. All 3 shown calculation possibilities have the same result... (12 Replies)
Discussion started by: Pieter0815
12 Replies

4. UNIX for Dummies Questions & Answers

Copy log based on from-date and to-date

Hi all, i go a customer support requirement where i need to scan several files based on from/to date like 1-oct to 2-oct please help... (3 Replies)
Discussion started by: AbhiJ
3 Replies