Tangent space error!

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
chromdragon
Posts: 101
Joined: Wed Feb 15, 2006 4:22 pm
Location: RO

Tangent space error!

Post by chromdragon »

Tangent space in Irrlicht has some problems:

Code: Select all

	IMesh *tanMesh = smgr->getMesh("../Data/piramida_low.obj")->getMesh(0);
	IMesh *tanFlipMesh = smgr->getMeshManipulator()->createMeshWithTangents(tanMesh);

	ISceneNode *box_node = smgr->addMeshSceneNode(tanFlipMesh);
both #define USE_NVIDIA_GLH_VERSION and #define USE_IRR_VERSION have the same problems!

Image
chromdragon
Posts: 101
Joined: Wed Feb 15, 2006 4:22 pm
Location: RO

Post by chromdragon »

My debug code has some problems! (but still I have some problems with the TangentSpace)
Post Reply