Search found 3 matches

by lucifervrn
Thu Sep 06, 2012 12:48 pm
Forum: Bug reports
Topic: The latest SVN bugs thread
Replies: 407
Views: 239743

Re: The latest SVN bugs thread

Hello!
Suddenly, I found that between svn revisions 4168 and last 4307 there was a problem with loading collada files.
There are the files https://docs.google.com/open?id=0Bxwf_M8V2wquYmdNUklGWXVDWXM
two models.
First is small model that still loading.
Another model is loading well in svn revesion ...
by lucifervrn
Thu Mar 15, 2012 11:58 am
Forum: Bug reports
Topic: [fixed]Tiling problem with COLLADA
Replies: 5
Views: 1511

Re: [fixed]Tiling problem with COLLADA

yeah! it is fixed!
thank you very much!
by lucifervrn
Tue Mar 13, 2012 2:47 pm
Forum: Bug reports
Topic: [fixed]Tiling problem with COLLADA
Replies: 5
Views: 1511

[fixed]Tiling problem with COLLADA

Hi, all!
I have a problem with loading object with tiling texture in irrlicht from dae file.

The sample file -
http://rghost.ru/37002381/image.png

sample code:
#
#include "irrlicht.h"

using namespace irr;
using namespace core;
using namespace scene;
using namespace video;
using namespace io ...