LDraw.org Discussion Forums

Full Version: Substituting a TEXMAP?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I just authored a sticker for the 364 - Harbour Scene:

[attachment=4992]

which has been split off into subparts for reuse in other parts. The first candidate would be:

[attachment=4993]

https://www.ldraw.org/cgi-bin/ptdetail.c...03829a.dat

Which uses a TEXMAP while mine is made of prims for primitive substitution in a viewer. Question is: Shall I rework 003829a substituting the TEXMAP with the subfiles from 004488a?

w.
(2020-03-16, 14:44)Willy Tschager Wrote: [ -> ]Question is: Shall I rework 003829a substituting the TEXMAP with the subfiles from 004488a?

IMHO, yes. Please substitute this "pattern". This is not how we should use the concept of texmaps.
Vector graphics is always better than any bitmap, jpg or png raster image, when zooming in close to the surface.

Or, your code could be used as a fallback pattern in 003829a
In my opinion, there no reason this pattern should be a TEXMAP.
(2020-03-16, 15:25)Magnus Forsberg Wrote: [ -> ]Or, your code could be used as a fallback pattern in 003829a
Imho this is the best thing to do. Offers more choices!