opensourceBIM / BIMserver

The open source BIMserver platform
GNU Affero General Public License v3.0
1.56k stars 610 forks source link

Color issue #364

Closed VladMala closed 8 years ago

VladMala commented 8 years ago

Hi @rubendel Is there any information about the structure of the src of the project? How I can change in source code colors of the rendered ifc file (which class)?

rubendel commented 8 years ago

BIMserver does not assign colors to objects. Objects either have colors assigned to them in the original IFC file, or get assigned a color by the client that is used (for example BIMvie.ws/BIMsurfer).

VladMala commented 8 years ago

thnx @rubendel ! Could you specify where is it assigned in BIMvie.ws?

rubendel commented 8 years ago

https://github.com/opensourceBIM/BIMsurfer/blob/master/api/Constants.js#L54

VladMala commented 8 years ago

thnx a lot @rubendel