LogoLogo
ThreeKitDeveloper HubForumsSupportStatus
  • Guides
  • Documentation
  • Releases
  • Platform Documentation
  • Project Data
    • Platform Landing Page
    • Basic Concepts
      • Environments
      • Organizations
      • Attributes
        • Arrays
      • Tagging
      • Naming Conventions
      • Players
      • Branching
      • Alerts and Warnings
      • Supported Browsers
      • ThreeKit Platform Architecture
    • Catalog
      • Items
        • Item Bulk Edit
        • Item Variants
      • Data Tables
      • Item Rules and Logic
      • Publishing
    • Assets
      • Asset Management
        • Importing Assets
        • Exporting Assets
        • Folders
      • Asset Editor
        • Editor Layout Modes
          • Layout Editor
            • Local vs Global Transform
          • Logic Editor
      • Nodes
        • Common Properties
          • Node Tags
        • Helpers
          • Nulls
          • Model References
          • Connectors
        • Lights
          • Point Light
          • Directional Light
          • Spot Light
          • Area Light
          • Hemisphere Light
          • Shadow Plane
        • Cameras
        • Shapes
        • Annotations
        • Layout Containers
      • Scenes
      • Materials
        • Physical Material
        • Proxy Materials
        • Multi Material
        • Gem Material
        • JSON Configuration
      • Textures
      • Canvases
      • Composites
    • Operators
      • PolyMesh Operators
        • Array
        • Bend Deformer
        • Map Override
        • Stretch
        • Physics (Collision Detection)
      • Material Operators
        • Falloff
        • Tiling Override
        • Triplanar Mapping
        • Template Override
      • Image Operators
        • Canvas Composite
        • Canvas Fill
        • Canvas Linear Gradient
        • Canvas Text
        • BlackWhite
        • Posterization
      • PostEffects Operators
        • Bloom Pass
      • Comp Layer Operators
        • Vray Normals Properties
        • Vray Bump Normals Properties
    • Stages
      • Stage Effects
        • Turntable
    • Logic
      • Conditions
      • Actions
      • Queries
        • Node Queries
        • Metadata Value Query
        • Asset Query
        • Datatable Query
      • Custom Scripts
    • Virtual Photographer
      • Create Renders
      • View Renders
      • V-Ray Integration
    • Augmented Reality
      • AR Settings
  • Org Setup
    • Admin & Security
      • Org Profile
      • Users & Permissions
        • Threekit Sign-in
        • Members
        • User Profile
      • Tokens
      • Service Accounts
      • ISO Certification
      • Org Migration / Data Transfer
    • Jobs System
    • Orders
      • Orders List
      • Configurations
    • Analytics
      • Advanced Buyer Analytics Reports
      • Player Views
    • Project Settings
      • Features
      • Languages
Powered by GitBook
On this page
  • Base
  • Opacity
  • Transparency
  • Metallic
  • Roughness
  • Anisotropy
  • Specular
  • Sheen
  • Clear Coat
  • Bump
  • Normal
  • Emissive
  • Ambient Occlusion
  • Light

Was this helpful?

Edit on GitHub
  1. Project Data
  2. Assets
  3. Materials

Physical Material

Like many modern tools, we support the standard physically based PBR model. The supported parameters are below.

Base

Also called base color or diffuse. The surface color. sRGB space.

Opacity

The opacity of the object, how much can one see what is behind the object. This means that it affects all aspects of the object’s interaction with light. sRGB space.

Transparency

This controls only the base layer’s interaction with light and not its clear coat or specular highlight interactions. This is very useful for creating glass which interacts with specular light but is transparent in the diffuse layer. sRGB space.

Metallic

Also called Metalness. The metallic-ness (0 = dielectric, 1 = metallic). This is a linear blend between two different models. The metallic model has no diffuse component and also has a tinted incident specular, equal to the base color. Uses only the Blue channel. Linear Space.

Roughness

Surface roughness, controls both diffuse and specular response. Uses only the Green channel. Linear space.

Anisotropy

The direction and intensity of anisotropic stretching of the specular highlight. It can be mapped with a vector image that has the Red and Green channels defining the intensity and rotation of the specular. The Anisotropy Factor and Anisotropy Rotation act as multipliers on top of the map. Linear space.

Specular

The Color and Color Map Asset will map the regular specular similar to the Glossiness/Specular shader model. This uses the full RGB components of the map, and so it can tint the specular with whatever color is chosen. This uses sRGB space.

The Index of Refraction defines the strength of the Fresnel curve for reflectivity. Higher numbers here will increase the frontal (0-degree) reflectivity, while the side (90-degree) reflectivity will always stay at 100%.

The Specular Intensity and Intensity Map will affect the overall reflectivity of the material, including the reflectivity at the sides (90-degree). This uses the Linear space.

The overall Specular is increasingly ignored as metalness gets increased, and fully ignored when metalness = 1.

Sheen

Sheen is used to add a sort of fabric sheen/peach fuzz look to materials. It works somewhat similar to the traditional falloff, except that it does not allow control over the falloff curve or colour.

Note: Currently experimental

Clear Coat

A second, special-purpose specular lobe.

Thickness This determines how much light interacts with the clear coat. 0 means no interaction where as 1 means that the clear coat is infinitely thick.

Roughness The roughness of the clear coat layer.

Normal This allows the clear coat to have its own normal map, separate from that of the underlying surface. Linear space.

Bump

Perturbs the surface normals in a low quality fashion. Linear space.

Normal

Perturbs the surface normal. Uses the standard object tangent space. Linear space.

Emissive

Brightens the whole material. sRGB space.

Ambient Occlusion

Allows for use of pre-baked Ambient Occlusion maps that darken the diffuse and specular components. Linear space.

Light

Uses the unwrapped baked UV set. A baked light that is used as indirect diffuse on the surface. Thus it has the effect of lighting the albedo diffuse layer. sRGB space.

Note: Currently experimental

PreviousMaterialsNextProxy Materials

Last updated 1 year ago

Was this helpful?