TroisJS
Examples
Documentation
CodePen
GitHub
GitHub
Examples
Documentation
CodePen
GitHub
GitHub
  • Introduction
    • Installation
    • CDN
    • HMR
    • FAQ
    • Contribute
  • Core
    • Renderer
    • Camera
    • Scene
    • Render loop
  • Features

    • Lights
    • Materials
      • BasicMaterial
      • LambertMaterial
      • MatcapMaterial
      • PhongMaterial
      • PhysicalMaterial
      • ShaderMaterial
      • StandardMaterial
      • SubSurfaceMaterial
      • ToonMaterial
    • Meshes
      • Events
      • Geometries
      • Groups
      • InstancedMesh
    • Models
    • Postprocessing
    • Shadows
    • Textures
      • CubeTexture
    • Directives

      • v-for
  • Extras
    • VR-Button

# PhysicalMaterial

Creates a THREE.MeshPhysicalMaterial.

<Box>
  <PhysicalMaterial color="#ffffff" />
</Box>

Source : https://github.com/troisjs/trois/blob/master/src/materials/PhysicalMaterial.ts

Edit this page
PhongMaterial
ShaderMaterial