Objeto¶
Visibilidade¶
Reference
- Panel
Veja também
Existem várias outras propriedades de general visibility.
- Mask
- Capturador de sombras
Enables the object to only receive shadow rays. It is to be noted that, shadow catcher objects will interact with other CG objects via indirect light interaction. This simplifies compositing CGI elements into real-world footage.
- Holdout
Render objects as a holdout or matte, creating a hole in the image with zero Alpha, to fill out in compositing with real footage or another render.
Ray Visibility¶
Objects can be set to be invisible to particular ray types. This can be used, for example, to make an emitting mesh invisible to camera rays. For instanced objects, visibility is inherited; if the parent object is hidden for some ray types, the children will be hidden for these too.
In terms of performance, using these options is more efficient that using a shader node setup that achieves the same effect. Objects invisible to a certain ray will be skipped in ray traversal already, leading to fewer ray casts and shader executions.
- Câmera
Torna o objeto visível para os raios da câmera.
- Difusa
Torna o objeto visível para os raios de cores difusas.
- Polimento
Torna os objetos visíveis para os raios de polimento de objetos.
- Transmissão
Torna os raios visíveis para raios de transmissão.
- Espalhamento de volume
Torna os raios visíveis para raios de transmissão.
- Shadow
Permite que este objeto projete sombras.
Culling¶
In order to activate these options the respectively camera cull options have to be enabled in the scene simplify panel.
- Usar abatimento pela câmera
Ignora e desta maneira torna os objetos invisíveis aos raios fora do tronco de raios paralelos da câmera (frustrum).
- Usar a distância para abatimento
Irá abater quaisquer objetos que estiverem mais longes do que uma determinada distância da câmera. Quando usado em combinação com o abatimento de projeção da câmera (frustrum), isto pode ser usado para evitar que haja abatimento nos objetos que estão fora da visibilidade da projeção da câmera, mas ainda visíveis nas reflexões. Isto também é útil para abater pequenos objetos que estão distantes da câmera.
Desfoque de movimento¶
Reference
- Panel
Each object has its own motion blur settings along with the Scene Level Motion Blur These settings can be found in the Object Properties tab of the Properties.
- Passos
Controls accuracy of deformation motion blur, more steps uses more memory. The actual number of time steps is \(2^{steps -1}\).
- Deformação
Habilita o desfoque de movimento para as malhas deformadas como as dos personagens animados, incluindo cabelos.
Aviso
An object modifier setup that changes mesh topology over time can not render deformation motion blur correctly. Deformation blur should be disabled for such objects. Common examples of this are animated Booleans, Deformation before Edge Split, Remesh, Skin or Decimate modifiers.
Shading¶
Reference
- Panel
- Shadow Terminator Offset
Pushes the shadow terminator (the line that divides the light and dark) towards the light to hide artifacts on low-poly geometry such as the ones below:
Nota
This property artificially alters the scene’s lighting and is not energy conserving and consequently not physically accurate.