Jump to content

[SOLVED] Why can't I see this texture in camera ?


photo

Recommended Posts

Posted
Why can't I see this texture in camera ?

 

Plus there is NO node in the editor?

 

 

sprite = new WidgetSprite(gui);

 

sprite.addLayer();

sprite.setLayerTexture(1,"data/all_unigine_newgame/textures/uncompressed/image.png");

sprite.setLayerTexCoord(1,vec4(0.0f,0.0f,200.0f,200.0f));

sprite.setLayerWrapRepeat(1,1);

 

 

  • Like 1
Posted

change it to dds 

 

sprite.setLayerTexture(1,"data/all_unigine_newgame/textures/log_1_1024x768.dds");

 

Still can't see the texture :( or node :(

×
×
  • Create New...