Rendering sphere maps with Maya : - Maya - A sky ... - thomashess.net
Recommend Documents
1) Rendering gut interior (Maya software rendering and Batch rendering). 2)
Toon shading & ... Creating a new PhongE shader in the Hypershade. The
Render ...
Main Components. • Renderers. – Panels, Maya software, Mental ray, etc. •
Shaders (Materials) – surface properties. – Lambert, Blinn, etc. • Texture Maps &
UV ...
Graph Editor (Window > Animation Editors > Graph Editor) .... File and Scene ...
and usages between the DiscreetTM 3ds max and Maya 4.0 software.
Rock 'Art' and the Ute Mountain Cultural. System: A Model for .... of the Mountain Ute, the region's landscapes ..... The Cemetery as Symbol: the. Distribution of ...
ART AND CULTURAL LANDSCAPES IN THE TERMINAL ICE AGE AND ...... Texas Galt and Wilson-Leonard sites (Collins et al. 1991; Wisner 2000) suggest at ...
sections (including a section on blood-sap trees), and various corrections, especially in the list of fla- ..... Annona
pegando suavemente el ápice de la lengua al nacimiento de los incisivos
superiores y arrojando el viento de modo que, despegándola, la arroje
suavemente hacia los dientes inferiores” (LOPEZ ...... ARMONÍA DE VIDA.- sus.
Siinan kuxtal.
Learning Maya | Beginner's Guide. TM. R. TM .... packages, you have to either re-
orient the model or set up Maya as a Z-up .... Keyboard Shortcut: 6. Hardware ...
Dubai committee for printing and graphic design excellence so was flown to the United Arab Emirates by the committee). B
Alias, the swirl logo, FBX and Maya are registered trademarks and the Maya logo
, Conductors, Maya Trax, IPR and MEL are trademarks of ... Installing Maya . ....
Getting Started with Maya. 5. Table of Contents. Splitting polygons . .... Page 8 ...
Alias is a registered trademark and the swirl logo, the Maya logo, Conductors,
Trax, IPR, Maya ... Additional learning resources. .... 3 Polygonal Modeling .
ATC, AUGI, AutoCAD, AutoCAD Learning Assistance, AutoCAD LT, AutoCAD ....
Lesson 1: Modeling a polygonal mesh from a reference image . .... Page 6 ...
This document describes one of the toolset we developed in house. .... It's
responsibility of the user to reconfigure to rig to be appropriate for the geometry.
This is not a full offline render queue as are the Bentley (MicroStation) and.
Maxwell ... This file identifies the network rendering machines. For Maya 2009:
maya.
The Geographic Analysis of Ancient Maya Settlement and Polity. Clifford T. Brown. (Research Associate, Middle American Research Institute, Tulane University).
organized socially and politically (Roscoe 1993). present a model of the development of Classic May a ...... and Environmental Engineering, UC-Davis for their.
The enormous value of such servitude suffices to justify the medium and to be generally accepted as its function. This h
women who was able to publicly discuss her personal life. She is ... We are the
miraculous, the true wonder of this world ... and it sucks the strands of my hair.
Alias and the Alias|Wavefront logo are registered trademarks and Alias|
Wavefront, Conductors, Dispatcher, Trax, IPR, .... Add color to the particles with a
color ramp ... Instant Maya describes the fundamentals of Maya in a set of brief
tutorials.
In this beginners guide we discuss how to build a simple humanoid character
and how ... elements that are important for character building and animation.
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to op
Rendering sphere maps with Maya : - Maya - A sky ... - thomashess.net
Rendering sphere maps with Maya. What you need: - Maya. - A sky scene (for
example check out ... As you open the UV editor now, you will see Mayas default.
Rendering sphere maps with Maya
What you need: - Maya - A sky scene (for example check out my „skybox tutorial“ on www.thomashess.net)
1. What‘s a sphere map?
If you are working with realtime graphics you may hit the problem of projecting stuff around the camera or on a certain surface to get a reflection like effect. Current technologies support various methods, such as cubic reflection. In this case a cube is textured with 6 individual textures and a projection is calculated on the 12 polygons of this cube. This saves performance in comparison to projecting against all thousands polygons you might ahve in your scene. Sphere maps are prerendered textures such as cube maps, but they use a different projection matrix and work with only one texture which may save a couple of render batches.
upper half of a cube map
2. Preparing the scene
Before you can render the sphere map you have to set up your scene for the baking process. As a first step you may construct the sky itslef. I was just lazy and pick an old one from another tutorial. After this step you need to create a sphere with high subdivision levels. For example pick 128 in vertical and 64 in horizontal dimension. The sphere should be right in the center of the sky and the poles should be aligned on the up/down axis.
sphere map of the same sky
Rendering sphere maps with Maya
As you open the UV editor now, you will see Mayas default sphere UV map. The poles are perfectly laid out, which is NOT what we want in a spherical projection. A sphere map has strong distorsions on the poles. So apply a cylindrical projection on the sphere while the projection axis is again the up/down axis. The created UV shell should be matched into the UV range of 0-1 as perfect as possible.
default UV layout
cylindrical projection in the perspective viewport
cylindrical projection
3. Material setup
To render the sphere map we will project the environment onto the sphere and write that information into a texture. Hence the sphere needs a material that is 100% reflecting and has no own color. Create a phong material that has: - black color - white ambient (as there are NO lights in the scene) - white specular - maximum reflectivity This leads to an important note: To get this thing to work there are no lights allowed in the scene. Otherwise the sphere will recieve specularity from those lights. If you turn down/off the specularity, there will be no reflection! So specularity HAS TO BE white! Don‘t forget to apply the phong onto the sphere.
Rendering sphere maps with Maya
3. Baking
As the scene is set up now, the actual baking can start. Create a new camera that should be placed right in the center of the sphere. The camera will be used to calculate the reflection on the surface of the sphere. If the camera is not in the center, you will get weird distorted results. Now switch to the rendering menu and pick „Mental Ray Batch Bake“. A window will pop up. Configure it as follows: - bake selected object - camera has to be the created one (might be camera1, if you haven‘t created any cameras before) - color mode should be „light and color“ - enable „Orthogonal reflection“ - set up output name (== prefix) and resolutions
Rendering sphere maps with Maya
Select the sphere while leaving this window opened and click on „convert“. There you go! The rendered sphere map can be retrieved in your current project folder: maya/projects/YOUR_PROJECT/renderData/mentalray/lightMap/prefix.tga