xtk / X

The X Toolkit
http://www.goXTK.com
Other
795 stars 266 forks source link

Load Texture #103

Closed LeonardoCardia closed 11 years ago

LeonardoCardia commented 11 years ago

Hi guys,

I have a problem very confusing.

I can not charge a different texture from the Lesson 01 in my example.

Lesson 1 CODE: cube.texture.file = 'http://x.babymri.org/?xtk.png';

MY CODE: cube.texture.file = 'http://dl.dropbox.com/u/81318146/pedra.png'; Or MY CODE II: cube.texture.file = 'pedra.png';

How that loads texture XTK and which formats are supported?

Thank You!!!

LeonardoCardia commented 11 years ago

I did some research and found the answer, it is the fault of the type of browser being used. Chrome is not loading texture (at least not in recent versions), now firefox everything is working perfectly loading textures. :)

Cheese!