Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Online UNIX Educational Materials Post 302775935 by gary_w on Tuesday 5th of March 2013 04:46:52 PM
Old 03-05-2013
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Free/Educational Unix for PC??

1) Which versions of unix are available free or for educational purposes for PC. I see that the solaris binaries cannot be used on PC. 2) When I installed Linux RedHat, I had to make a partition in ext3 format. Will I have to do something similar for unix? BTW, my linux red hat os will not... (5 Replies)
Discussion started by: LANSTARR.COM
5 Replies

2. AIX

aix exams materials

hi all , please i need to have good book to read or manualls or pdf files about aix exam for aix user and administrator . version 4.3.3 or 5l with old exams or sample exams .. very urgent . is there a newsgroup for aix users ?? thanks (4 Replies)
Discussion started by: tamemi
4 Replies

3. Solaris

Solaris Learning Materials

I'm new to Solaris. Please let me know, where can i find good, explaining and easy learning tutorials in web. Thanks in Advance (2 Replies)
Discussion started by: moorthy123
2 Replies

4. Filesystems, Disks and Memory

UNIX Materials and Courses

hi all ; i'm abeginner in hp ux , any one has a good reference step by step ,and any of you can tell me about any simulator to work as unix server machine. ***Email address deleted by moderator*** Please read the rules before posting again best regards;; kafaween :D (1 Reply)
Discussion started by: kafaween
1 Replies

5. Post Here to Contact Site Administrators and Moderators

Thank-you for this wonderful Educational Forum

I just want to say how much I love the unix forum. You all are awesome! I find the UNIX forum very educational, very prompt in responding and a really great website. I want to thank each an everyone of you for doing a fantastic job. Great Customer Service in educating and assisting us with our... (2 Replies)
Discussion started by: kflanigan
2 Replies

6. UNIX for Dummies Questions & Answers

how to practice unix in online without unix software

hi, im new to unix.i dont have unix software in my system. Is there any website is there to practice unix in online can u please any one help me...... thanks in advance (3 Replies)
Discussion started by: gowridoc
3 Replies

7. High Performance Computing

Rocks clusters make sense for educational environments

08-18-2008 11:00 AM Cluster computing has played a pivotal role in the way research is conducted in educational environments. Because the amount of available money and hardware varies between university researchers, often it's necessary to find a clustering solution that can work well on a small... (0 Replies)
Discussion started by: Linux Bot
0 Replies

8. Red Hat

RHCE Materials

I'd like to get RHCE certification but I can't find the books which get me for doing such , could someone guide me where can i find the books ?:wall: (4 Replies)
Discussion started by: arm
4 Replies
MGF2META(1)						      General Commands Manual						       MGF2META(1)

NAME
mgf2meta - convert Materials and Geometry Format file to Metafile graphics SYNOPSIS
mgf2meta [ -t threshold ] {x|y|z} xmin xmax ymin ymax zmin zmax [ input .. ] DESCRIPTION
Mgf2meta converts one or more Materials and Geometry Format (MGF) files to a 2-D orthographic projection along the selected axis in the metafile(1) graphics format. All geometry is clipped to the specified bounding box, and the resulting orientation is as follows: Projection Orientation ========== =========== x Y-axis right, Z-axis up y Z-axis right, X-axis up z X-axis right, Y-axis up If multiple input files are given, the first file prints in black, the second prints in red, the third in green and the fourth in blue. If more than four input files are given, they cycle through the colors again in three other line types: dashed, dotted and dot-dashed. The -t option may be used to randomly throw out line segments that are shorter than the given threshold (given as a fraction of the plot width). Segments are included with a probability equal to the square of the line length over the square of the threshold. This can greatly reduce the number of lines in the drawing (and therefore improve the drawing speed) with only a modest loss in quality. A typical value for this parameter is 0.005. All MGF material information is ignored on the input. EXAMPLE
To project two MGF files along the Z-axis and display them under X11: mgf2meta z 0 10 0 15 0 9 building1.mgf building2.mgf | x11meta -r To convert a RADIANCE scene to a line drawing in RADIANCE picture format: rad2mgf scene.rad | mgf2meta x `getbbox -h scene.rad` | meta2tga | ra_t8 -r > scene.hdr AUTHOR
Greg Ward SEE ALSO
getbbox(1), meta2bmp(1), meta2tga(1), metafile(5), mgf2rad(1), pflip(1), protate(1), psmeta(1), ra_t8(1), rad2mgf(1), x11meta(1) MGF web site "http://radsite.lbl.gov/mgf/HOME.html" RADIANCE
11/20/95 MGF2META(1)
All times are GMT -4. The time now is 07:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy