Sponsored Content
Operating Systems Linux Kinda OT: USENET Linux Groups Post 51038 by norsk hedensk on Sunday 9th of May 2004 08:48:30 PM
Old 05-09-2004
a lot of places are like that. im into cars and the car i drive, (mkiii supra Smilie ) and one of the original sources of information (sogi) is flooded with garbage. you just have to find new places to find good info. now there are lots of forums like supramania and supraforums, and those places are awesome sources of information.


anyway thats just how things go. sometimes your favorite newgroup might just die, or itll go through a rough period of a high signal/noise ratio, and itll rebound and be as good as you remember, if not better.
 

7 More Discussions You Might Find Interesting

1. Answers to Frequently Asked Questions

USENET Unix FAQS

I have been working on another faq thread sites recommended by users and these Usenet FAQs really belong there. But I decided to give them their own thread and link in each faq. This overflowed the 10000 character limit per post so I had to break it into two posts. I reread all of the faqs as... (1 Reply)
Discussion started by: Perderabo
1 Replies

2. Linux

How do i download java 1.3 on linux(kinda have this old version)

i wish to run java files on inux but while downloading it into linux there is no problem but when i r try to execute a java file it says javac not found. help pleas (5 Replies)
Discussion started by: wojtyla
5 Replies

3. UNIX for Dummies Questions & Answers

kinda big problem

Hi again! I finally managed to image the 3 floppies for installing freeBSD but I simply can't boot! I've selected floppy for first boot device and it even starts to readf the boot floppy and the hard drive light is continuously flashing but it doesn't stop even after half an hour and doesn't do a... (4 Replies)
Discussion started by: Mudrack
4 Replies

4. Shell Programming and Scripting

how to modify ramdisk size,kinda urgent !!!

Hi all, I wanted to know how to modify the size of the ramdisk? I mean am manipulating a live cd ,for which the file am manipulating is within a ramdisk now due to size constraints i am unable to play around with some stuff.... currently the size of the ram disk is 64M... I would like to... (1 Reply)
Discussion started by: wrapster
1 Replies

5. Shell Programming and Scripting

Kinda a noob: Automatic window sizing and placement

I am attempting to create a script that runs automatically upon logging in and opens and places windows in appropriate places. I have the script running such that it starts during login, but I cannot get things how and where I want them. This should be relatively simple, I just can't figure it out... (7 Replies)
Discussion started by: wydileie
7 Replies

6. What is on Your Mind?

Usenet is dead

On servers i check there seems to be no news at all. (3 Replies)
Discussion started by: Action
3 Replies

7. Shell Programming and Scripting

pls help kinda difficult question for a beginner

1. Create a directory script (project_dir.sh) · Write a script in your home directory to create a subdirectory called “PROJECT<99>” within your home directory on the Ubantu/Linux server. <99> is your project number (e.g. 01,02,03, ... 15). · The script must test whether... (1 Reply)
Discussion started by: bugenhagen_
1 Replies
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)
All times are GMT -4. The time now is 03:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy