View Single Post
  #2  
Old 06-14-2013, 01:34 PM
Veleno Veleno is offline
WorldViz Team Member
 
Join Date: Sep 2005
Posts: 148
Hi Patrick,

Quote:
Is 3ds Max creating a 2nd UV set with automatically laid UVs with a monochromatic light map?
Generally yes, but it's also possible to use a manually created channel or modify the automatic unwrap result.

Quote:
Is 3ds max overwriting your current UVs and baking the lighting information directly onto your diffuse?
The automatic unwrap defaults to channel 3, but this can be changed before unwrapping. The workflow we typically use for our own projects assumes baking will be done at some point, so we reserve channel 3 for that use.

Quote:
When you export the newly light baked models from Max to Vizard, what is being transferred?
Is it 2 separate maps such as a Light Map and your original Diffuse?
Is it 1 map with lighting baked directly into your diffuse?
Both are possible. We define LightMaps as containing only the lighting. The latter case is what Max calls a CompleteMap. When baked with a good renderer (e.g. VRay) CompleteMaps give the most photorealistic result that can come from a static map, but the memory overhead is high and maintaining close-up detail becomes impossible on larger scenes. LightMaps are much more versatile since diffuse maps to be tiled separately (making close-up detail a non-issue), and have significantly less memory overhead, but the combined result won't look as photo-real.

Quote:
How does vizard process this lighting information? When exporting with "lighting turned off", does vizard have any light source in its scenes? Are the light sources read from the exported lighting information from the osgb?
"Turn off lighting" disables real-time lighting on a model and displays the textures exactly as they appear in the file.

Vizard R4 uses the OpenGL Fixed Function Pipeline shader, which is fairly simplistic in the way it handles maps (and lighting). In short, the FFP has no knowledge of what most maps are actually meant to do and simply multiplies the values against each other, sometimes with a scale factor applied (lightmap scale option in the exporter, 2x recommended). This works very well for combining lightmaps with diffuse maps (lighting hitting the surface * the diffuse reflectance of the surface = final brightness), but the use of things like specular maps require fragment shaders. GLSL fragment shaders are possible in R4 but must supplied by the user. This will no longer be an issue in R5.
Reply With Quote