14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
![]() |
import "../inputs/cube.obj" as cube
|
||
|
|
||
|
model = cube
|
||
|
|
||
|
model2 = clone(model)
|
||
|
|> translate(
|
||
|
x = 1020,
|
||
|
)
|
||
|
|> appearance(
|
||
|
color = "#ff0000",
|
||
|
metalness = 50,
|
||
|
roughness = 50
|
||
|
)
|