Search found 8 matches

by zthom
Tue Jul 22, 2008 8:53 pm
Forum: Beginners Help
Topic: Problem with Bullet
Replies: 0
Views: 297

Problem with Bullet

I downloaded Bullet Engine source and included it in my program. But it wrote:
fatal error C1083: Cannot open include file: 'LinearMath/btVector3.h': No such file or directory
I have Visual Studio 7.0
What can I do with it?
by zthom
Sun Jul 20, 2008 3:31 pm
Forum: Beginners Help
Topic: Animated mesh in 3DSMax
Replies: 12
Views: 1119

Problem :( , my 3DS Max cannot export in .x
But it can export in these files:
*.Al
*.ASE
*.ATR
*.BLK
*.DF
*.DWG
*.DXF
*.W3D
by zthom
Sun Jul 20, 2008 1:12 pm
Forum: Beginners Help
Topic: Animated mesh in 3DSMax
Replies: 12
Views: 1119

Animated mesh in 3DSMax

Can I create animated mesh in 3DSMax? Or how can I animate *.3ds files?
by zthom
Sat Jul 19, 2008 11:59 am
Forum: Everything 2d/3d Graphics
Topic: loading max files to irrlicht
Replies: 6
Views: 1681

You can click on file->export and export them as *.3ds
Irrlicht suport .3ds, but it has some problems with textures
by zthom
Sun Jul 06, 2008 8:18 pm
Forum: Beginners Help
Topic: Error: Parallax map render...
Replies: 5
Views: 915

I am using the (i think) newest version, 1.4.1
by zthom
Sun Jul 06, 2008 3:03 pm
Forum: Beginners Help
Topic: Error: Parallax map render...
Replies: 5
Views: 915

Console is writing:

...
Could not open file of texture: STUCCO.jpg
Loaded texture: ../../media/STUCCO.jpg
Could not open file of texture: STUCCO.jpg
Loaded mesh: ../../media/mesh.3ds
Needed 0ms to create OctTree SceneNode. <1 nodes, 60 polys>
Needed 0ms to create OctTreeTriangleSelector. <1 nodes ...
by zthom
Sun Jul 06, 2008 2:58 pm
Forum: Beginners Help
Topic: Error: Parallax map render...
Replies: 5
Views: 915

Thank you, but it is still doing the same :(
by zthom
Sun Jul 06, 2008 1:09 pm
Forum: Beginners Help
Topic: Error: Parallax map render...
Replies: 5
Views: 915

Error: Parallax map render...

I have 3D Studio Max version 7.0
I created a box and exported it into *.3ds and moved it into media folder. Compiled my program, but it ran without the good brick texture. The console wrote, that it cannot find grydirt1.jpg
I found it in 3Dsmax folder and copied it into media folder. I executed my ...