Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.31 KB

File metadata and controls

46 lines (31 loc) · 1.31 KB

Description:

 

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

 

Parameters:

 

Initialization config:

 

Name Id Type Description
Sphere radius "radius" float radius of the sphere
Long nb triangles "nb_log" int number of triangles for the longitude
Lat nb triangles "nb_lat" int number of triangles for the latitude
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