Search found 18 matches

by Cezaro
Sun Sep 17, 2006 6:51 am
Forum: Beginners Help
Topic: texture rotation matrix
Replies: 1
Views: 701

texture rotation matrix

HELLO Hybrid wrote: " I've just release a patch (http://parsys.informatik.uni-oldenburg.de/~hybrid/irrlicht/patch.1.1/features/textureMatrix.patch also added to SVN) which enables a very simple and efficient way to manipulate texture coords. Both OpenGL and DirectX allow to use texture matrices...
by Cezaro
Wed Aug 16, 2006 7:05 pm
Forum: Project Announcements
Topic: Made a B3D Loader
Replies: 259
Views: 52356

Hi !

Please put this path to SVN.

Best regards

Thanks
by Cezaro
Thu Aug 03, 2006 5:59 am
Forum: Beginners Help
Topic: Compiling Irrlicht SVN with VC2005
Replies: 11
Views: 574

of course PlatformSDK and directx9 SDK(or only headers and libs)
must exist on You pc and visual studio 2005 expres must now where is they
by Cezaro
Thu Aug 03, 2006 5:54 am
Forum: Beginners Help
Topic: Compiling Irrlicht SVN with VC2005
Replies: 11
Views: 574

Hi! linker input libs: odbc32.lib odbccp32.lib opengl32.lib User32.lib Advapi32.lib Gdi32.lib linker ignore libs: libci.lib also You need some directx8 headers and libs You can download this from net or a can send You by email but this is 16megz zip file and important : svn version please convert Ir...
by Cezaro
Mon Jul 31, 2006 5:22 pm
Forum: Beginners Help
Topic: irrlicht svn version build problems
Replies: 4
Views: 250

Solved!!!

today(31.07.2006) i copy svn version and my vs 2005 express convert project .dsw file(no .sln) , and build succesfull , so naw i can use blitz3d format is little bit faster than my3d...
by Cezaro
Sun Jul 30, 2006 10:24 am
Forum: Beginners Help
Topic: irrlicht svn version build problems
Replies: 4
Views: 250

CPakReader.cpp CMemoryReadFile.cpp CFileSystem.cpp d:\irrlicht-1.0\engine source\irrlicht 1.1\CFileSystem.h(79) : error C2143: syntax error : missing ';' before '*' d:\irrlicht-1.0\engine source\irrlicht 1.1\CFileSystem.h(79) : error C2433: 'irr::io::CFileSystem::IAttributes' : 'virtual' not permitt...
by Cezaro
Sun Jul 30, 2006 9:18 am
Forum: Beginners Help
Topic: irrlicht svn version build problems
Replies: 4
Views: 250

irrlicht svn version build problems

Hello!

I cannot build irrlicht current svn version using visual c++ 2005 express
edition and latest dev c++ , my question is what compiler using to compile latest svn version????

thanks
by Cezaro
Fri Jul 28, 2006 6:15 am
Forum: Beginners Help
Topic: Few Questions about Irrlicht before get started.
Replies: 2
Views: 184

if You need compiler
You can get Microsoft Visual C++ 2005 Express Edition from Micro$oft
is supposedly free and is good for irrlicht...
by Cezaro
Fri Jul 28, 2006 6:10 am
Forum: Beginners Help
Topic: stencil buffer strange behaviour?
Replies: 2
Views: 202

thanks :D
by Cezaro
Fri Jul 28, 2006 6:04 am
Forum: Beginners Help
Topic: How to I cast a ray from the camera to the sun node
Replies: 2
Views: 219

How to I cast a ray from the camera to the sun node

Hello!

How to I cast a ray from the camera to the sun node and check it is actually visible and nothing stands between camera and that node???


thanks
by Cezaro
Thu Jul 27, 2006 10:02 am
Forum: Beginners Help
Topic: Artefacts on my3d maps !
Replies: 6
Views: 363

nightmare over:)))))

here is solution i rebuild irrlicht with this settings:

file: CD3D9Driver.cpp

if (!StencilBuffer)
present.AutoDepthStencilFormat = D3DFMT_D16;

to :
present.AutoDepthStencilFormat = D3DFMT_D24S8;


but thanks for suggest
by Cezaro
Thu Jul 27, 2006 7:22 am
Forum: Beginners Help
Topic: Artefacts on my3d maps !
Replies: 6
Views: 363

Maybe not artifacts, but this looks very bad and, as you can see on the
picture link :

http://i91.photobucket.com/albums/k305/ ... rtif03.jpg


this is my nightmare now !!!
by Cezaro
Thu Jul 27, 2006 7:11 am
Forum: Beginners Help
Topic: stencil buffer strange behaviour?
Replies: 2
Views: 202

stencil buffer strange behaviour?

Hi! When i turn on stencil buffer my screen depth buffer going to 16bits per pixel even when i set to 32bits, why? when i turn off stencil then i see really 32bits per pixel, i have ati radeon 9000pro maybe my video card not support beter stencil format?? maybe samebody now somthing about this? best...
by Cezaro
Tue Jul 25, 2006 8:33 pm
Forum: Beginners Help
Topic: how to change zbuffer depth???
Replies: 0
Views: 124

how to change zbuffer depth???

how to change zbuffer depth???
by Cezaro
Tue Jul 25, 2006 8:11 pm
Forum: Beginners Help
Topic: Artefacts on my3d maps !
Replies: 6
Views: 363

I play with camera near and far value and nothing, so how to change zbuffer depth???