paul.w Posted April 14, 2014 Posted April 14, 2014 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); 1
paul.w Posted April 14, 2014 Author Posted April 14, 2014 change it to dds sprite.setLayerTexture(1,"data/all_unigine_newgame/textures/log_1_1024x768.dds"); Still can't see the texture :( or node :(
Recommended Posts