yea I tried it!
but it take more performance, I think it works processed on CPU not GPU!
Because I must work with HLSL or FX or somewhat that it'll process on GPU!
//-------------------------------------------------------------------------------------- // File: ShadowVolume.fx // // The effect file for the ShadowVolume sample. // // Copyright (c) Microsoft Corporation. All rights reserved ...
I wanna to have shadow like bellow photo! But bellow photo is a sample of DirectX 9.0 SDK and works with *.fx files! IrrLicht can load Pure-HLSL, no FX, right ? 1.How can I do this with Pure-HLSL or FX in IrrLicht ? 2.The Irrlicht Engine can create Direct9 driver type, so why hasn't FX loader ...