mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 14:13:48 +00:00
Merge branch 'CustomShaderFeatures' of https://github.com/Areloch/Torque3D into development
This commit is contained in:
commit
741fcaed5a
37 changed files with 1365 additions and 38 deletions
|
|
@ -207,6 +207,8 @@ void TSMesh::innerRender( TSMaterialList *materials, const TSRenderState &rdata,
|
|||
|
||||
coreRI->materialHint = rdata.getMaterialHint();
|
||||
|
||||
coreRI->mCustomShaderData = rdata.getCustomShaderBinding();
|
||||
|
||||
coreRI->visibility = meshVisibility;
|
||||
coreRI->cubemap = rdata.getCubemap();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue