Talk:Adding Motion Blur: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast | Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast | ||
\cl_dll\view_scene.cpp(1939) : error C2065: 'pMatMBlur' : undeclared identifier''' :( | \cl_dll\view_scene.cpp(1939) : error C2065: 'pMatMBlur' : undeclared identifier''' :( | ||
:With the fixes that were added, it should be working now. Make sure to get the latest code from here and try again. --[[User:Snakez|Snakez]] |
Revision as of 06:52, 21 August 2005
view_scene.cpp \cl_dll\view_scene.cpp(1934) : error C2664: 'IMaterialVar::SetTextureValue' : cannot convert parameter 1 from 'IMaterial *' to 'ITexture *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
\cl_dll\view_scene.cpp(1939) : error C2065: 'pMatMBlur' : undeclared identifier :(
- With the fixes that were added, it should be working now. Make sure to get the latest code from here and try again. --Snakez