C
C
copal2016-07-31 13:40:50
three.js
copal, 2016-07-31 13:40:50

How to color the inner walls of an object?

We create any object, place a light source above it and everything is as expected.
We place the light and cameras inside this object and find out that by default the inside of the shape
is not filled. How to make it fill up?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
@
@pitrpg, 2016-08-03
@copal

The material applied to this object has a "side" property.
You need to assign THREE.BackSide or THREE.DoubleSide to it.
here read

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question