Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.17 KB

File metadata and controls

43 lines (29 loc) · 1.17 KB

Description:

 

This component creates a procedural cube model. You can move it, change its scale, color and transparency.

 

Parameters:

 

Initialization config:

 

Name Id Type Description
Cube size "size" float the side value of the cube to be generated
Is tranparent? "tranparent" boolean if true, the alpha channel of the color will be used for sepcifying the transparency of the model
Init transform "init_transform" Transform Init transform to be applied
Do not apply "init_transform_do_not_apply" boolean If checked, the init transform will not be applied

   

Condition config:

 

Name Id Type Description
Transform "transform" Transform Config transform to be applied
Do not apply "transform_do_not_apply" boolean If checked, the config transform will not be applied
Color "color" Color model material color
Metallic "metallic" float model material metallic value
Smoothness "smoothness" float model material smoothness value