I'm new to three.js. I need to handle multiple objects as a single one. In simple terms I need to render a kind of bas-relief:
- a box geometry (the base)
- an extruded image on top of it
- and some text.
Each object has to have a different material but they has to act as a single one: location and rotation the same etc.
I'm still new to three.js so I don't know how to make a kind of composite pattern: with group? Joining geometry? Join mesh? What is the best way?
Right now I'm using everything in a group but.. it seems a bit slow.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…