Game Development Community

Missing shaders/fxFoliageReplicatorV.hlsl & ...

by Lateral Punk · in Torque Game Engine Advanced · 02/07/2006 (9:46 pm) · 4 replies

I got the latest CVS copy, and it seems like the shaders shaders/fxFoliageReplicatorV.hlsl and shaders/fxFoliageReplicatorP.hlsl are missing. As a result, my foilage is not being rendered since in the RenderObject, the mShader object is actually being used. Anyone know how to fix this problem?

#1
02/08/2006 (12:20 am)
Well Lateral, I do not remember if the latest head includes the shaders for foliageReplicator but you can login to tdn.garagegames.com/mantis/view_all_bug_page.php
and get the shader from here tdn.garagegames.com/mantis/view.php?id=257
#2
02/08/2006 (10:05 pm)
Yeah, looks like they're missing in CVS. You can grab it from the mantis page and dump it into examples/shaders and you should be good to go.

bzztbomb -- Knowhere Studios
#3
02/09/2006 (7:51 am)
Thanks guys, that did the trick!
#4
02/22/2006 (10:53 am)
Glad I saw this thread. I put them up in CVS, should be good now.