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
  • Projection
  • Blending
  • Translation
  • Rotation
  • Scale
  • Image Selection

Was this helpful?

Edit on GitHub
  1. Project Data
  2. Operators
  3. Material Operators

Triplanar Mapping

Triplanar mapping is a Material Operator that is a useful tool for when needing to map textures on a material which is being applied to an asset that doesn’t require the use of UVs. Under the Material Property you must select ‘Add Operator’ in order to activate this operator. Once added you will be able to apply the operator to various sections of a material, such as the Base Image or Normal Image. It works by projecting the same texture on the X,Y,Z axis simultaneously and allows the user to control various elements such as the amount of blending between the 3 Axes as well as scale and rotation. These projections work in either World Space or Local.

Projection

Allows user to select the type of projection space:

World

The coordinate system for the entire scene. This mode is useful when several objects need to be mapped with the same triplanar texture and to show consistent mapping.

Local

The projection is done in local object space. When the object is moved/rotated/scaled, the texture moves with it.

Blending

Control the blending of the projected textures on the X,Y,Z axis using a slider. Slider range is from 0.01 - 1.00. A value of 1 denoting 100% blending of the textures and 0.01 denoting 0%. The Triplanar operator default blending value is 0.5.

Translation

Allows the user to position the texture on the X,Y,Z axis. Values for translating the texture depend on whether using Local or World space.

Rotation

Allows the user to rotate the texture on the X,Y,Z axis.

Scale

Scale values will depend on whether using Local or World space. A scale of 1.0 XYZ in World Space would be a scale of 100XYZ in Local.

Image Selection

Use the checkboxes for the items below to inform the operator which input to apply the Triplanar mapping

  • Base Image

  • Opacity Image

  • Transparency Image

  • Metallic Image

  • Roughness Image

  • Anisotropy Image

  • Anisotropy Rotation Image

  • Specular Map Image

  • Specular Intensity Map Image

  • ClearCoat Normal Image

  • Bump Image

  • Normal Image

  • Emissive Image

  • AO Image

  • Light Image

PreviousTiling OverrideNextTemplate Override

Last updated 1 year ago

Was this helpful?