beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

CubeMapMaterial_v2 Op



CubeMapMaterial
Namespace: Ops.Gl.CubeMap

Op author: simod

Test Patches: 2 Tests

use a cubemap or equirectangular texture as a material


This op can be used to render cubemaps onto meshes.

It can be used as a skybox material, i.e. setting a scene's background.
It can also be used as a metallic looking material by using the colorize option.



Inputs

render (Trigger)

Trigger input

Cubemap (Object)

Texture input, either cubemap or equirectangular

Appearance

Use Reflection (boolean /Number)

Check to use the reflection vector

Blur (Number)

The amount of blur/miplevel

Transforms

Rotation (Number)

Rotate the texture

Flip X (boolean /Number)

flip the x axis

Flip Y (boolean /Number)

flip the y axis

Flip Z (boolean /Number)

flip the z axis

Color

Colorize (boolean /Number)

Check to multiply color to the texture

R (Number)

R component of the multiplied color

G (Number)

G component of the multiplied color

B (Number)

B component of the multiplied color

Outputs

trigger (Trigger)

Trigger output


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

CubeMapMaterial example

Example patch for the CubeMapMaterial op.


Patches using CubeMapMaterial_v2

  • Examples
  • Public
  • My Patches

Changelog


created op
2020-04-08 - simod
Ops.User.cables.CubeMapMaterial_v2 renamed to Ops.Gl.CubeMap.CubeMapMaterial_v2
2020-04-08 - simod