WENZHAO LI
  • Home
  • Modeling
  • TechArtBlog
  • About

TechART Blog

Skinning with Proxies

2/28/2018

1 评论

 
by Nick DuPree
Copy Skin weight with a low poly cloth proxy.
1 评论

Delegates and Events in Unity

2/21/2018

0 评论

 
http://www.unitygeek.com/delegates-events-unity/
https://unity3d.com/cn/learn/tutorials/topics/scripting/delegates
https://unity3d.com/cn/learn/tutorials/topics/scripting/events

Delegate A Delegate is a reference pointer to a method. It allows us to treat method as a variable and pass method as a variable for a callback. When it get called , it notifies all methods that reference the delegate. The basic idea behind them is exactly the same as a subscription magazine. Anyone can subscribe to the service and they will receive the update at the right time automatically.
Events Adds a layer of abstraction and protection on delegate, this protection prevents client of the delegate from resetting the delegate and invocation list. Events only allow to add and remove method from invocation list.
0 评论

How to use texture maps [PBR] in Redshift

2/4/2018

0 评论

 
By BLUE FOX Creation
​
Diffuse map : The most frequently used texture mapping method. It wraps the bitmap image onto the 3D geometry surface while displaying its original pixel color. It's a standard photo that you'd get if you stood in front of the material and photographed it.
Albedo : An albedo texture is very similar to a diffuse map, but with one extra benefit: all the shadows and highlights have been removed.
Bump map : Bump mapping uses the grayscale values of an image map to create variations in the shading of the surface to which the map is applied. It adds details to 3D models without increasing the number of polygons.
Normal map : A Normal map is usually made from a high polygon model. Its color representation will affect surfaces like a regular bump map while providing higher degrees of detail.
Specular/reflection map : control how reflective the surface is, and can adjust the shape of the reflection. Specular usually simulates only the reflections of the brightest light sources in a scene.
Gloss/Roughness map : Roughness maps are Gloss maps in a PBR system, representing how smooth or rough a surface is. Also called Microsurface.
Displacement maps : Displacement maps are similar to bump but store height information and modify geometry when rendered, modifying both appearance of shading and silhouette.
Emission map : Emissive map (aka Glow or Self-illumination) mimic surfaces that emit light, like a computer monitor, a vehicle dashboard at night, or magical effects.
Ambient occlusion maps (AO) : Ambient occlusion maps are pre-computed calculations of ambient light bounce on a surface.
Cavity maps : Cavity maps are narrower version of ambient occlusion, keeping dark shadows to crevices and sharp corners only(usually used in metalness workflow).
Opacity/Alpha maps : Opacity maps, also known as Transparency map, are used to cut out parts of a surface, usually for alpha blending. For example: fire, grass, hair, smoke, water, windows, etc.
(Reference : polligon,polycount-wiki,iclone...)
how_to_use_texture_maps_[pbr]_in_redshift_[cinema_4d_tutorial].mp4
File Size: 26827 kb
File Type: mp4
Download File

0 评论

Normal Map to Ambient Occlusion Map

2/4/2018

0 评论

 
0 评论

    Author

    Write something about yourself. No need to be fancy, just an overview.

    Archives

    November 2021
    September 2021
    August 2021
    July 2021
    June 2021
    April 2021
    January 2021
    November 2020
    October 2019
    September 2019
    February 2019
    November 2018
    July 2018
    February 2018

    Categories

    All

    RSS Feed

Powered by 通过可定制的模板创建自己独特的网站。
  • Home
  • Modeling
  • TechArtBlog
  • About