V
V
vik19512014-09-14 22:41:02
Computer networks
vik1951, 2014-09-14 22:41:02

How to make an interactive coloring of a complex object?

There is a complex picture of a three-dimensional object. For simplicity, let there be a car. The user can choose the colors of individual parts from the RAL palette - wings, doors, roof, frames... In PhotoShop, this is done with masks and layers. But how to do it for the WEB or even as a separate program with the least effort?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Taratin, 2014-09-15
@vik1951

carvisualizer.plus360degrees.com/threejs
Made by threejs.org

V
Vitaly, 2014-09-15
@vipuhoff

And as a separate application and for the Web, it is quite easy to make in C #, the object itself must be "assembled" from parts of white color, then, in accordance with the selected color, each part can be repainted in the same way as in Photoshop with a mask from the desired color, of course, the "mask" object " is not in C# and it's all done by code. The object itself (if there are more than 1) is easy to save as several images (parts) and coordinates of their location + support for alpha transparency and it will look very even nothing (especially with Silverlight ).

V
vik1951, 2014-09-16
@vik1951

And in fact, everything will be done even easier. In corel, circle the details and save them as svg. And this is the main point. No manual input - just mouse input. And then we will impose these svg on the image of the object, light, but with shadows. And changing the fill color of svg to js is elementary.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question