quag/mcobj

Minecraft isn't the same with out color

Closed this issue · 2 comments

Hi, my issue is simple, i have no color in the .obj map that was rendered. Is there a way that this can be fixed.
Thanks for your time.

quag commented

Hi Hyperbeem,

No color comes up from time to time. I've most often heard of it
occurring in Blender. There are two common causes:

  1. Using an older version of Blender. Versions before 2.50 had some
    limitations around the obj importer that restricted it to 16 materials
  2. Copying the .obj file, but not copying the .mtl file. The .obj
    file has the mesh data, but the .mtl file describes the actual
    materials (colors) used by the mesh

Could either of these problems be causing the colors to be missing for you?

Thanks,
Jonathan.

On Wed, Jan 4, 2012 at 8:43 AM, hyperbeem
reply@reply.github.com
wrote:

Hi, my issue is simple, i have no color in the .obj map that was rendered. Is there a way that this can be fixed.
Thanks for your time.


Reply to this email directly or view it on GitHub:
#10

Ha Ha thanks, I found out what i did wrong i coped the .obj but not the .mtl so i now have color. Thanks! :) :)