Search found 15 matches
- Fri Mar 16, 2007 8:17 pm
- Forum: Beginners Help
- Topic: Rectangles and Textures
- Replies: 2
- Views: 155
- Fri Mar 16, 2007 3:52 pm
- Forum: Beginners Help
- Topic: Rectangles and Textures
- Replies: 2
- Views: 155
Rectangles and Textures
I have a question ...
Is it possible, to display only a part of a 74*63 Texture on a 3D Rectangle. Unitl now Irrlicht compresses the whole big texture on the small rectanlge, thats now what i´m want ... Hope you can help me
greets dandro
Is it possible, to display only a part of a 74*63 Texture on a 3D Rectangle. Unitl now Irrlicht compresses the whole big texture on the small rectanlge, thats now what i´m want ... Hope you can help me
greets dandro
- Fri Mar 16, 2007 2:13 pm
- Forum: Beginners Help
- Topic: Try to make 2D out of 3D [Solved]
- Replies: 0
- Views: 131
Try to make 2D out of 3D [Solved]
Hi ;) i tried to make 2D out of 3D, and in one post i´ve found a guest describes, how to do it http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=58598#58598 But i have no idea how :D ^^ The only result i get was this - http://dandro.da.ohost.de/etc/erster_versuch.JPG But it must look like this ...
- Thu Mar 15, 2007 5:00 pm
- Forum: Beginners Help
- Topic: Creating a simple flat rectangle in 3D
- Replies: 1
- Views: 120
Creating a simple flat rectangle in 3D
Hello, after i read a bunch of Tutorials, now i cant help me anymore. I try to create a simple flat rectangle, but i dont understand the CustomSceneNodes, so i think i ask it here. I took the Tutorial "CustomSceneNode", so what i have to do with the code, to make a flat rectangle from the ...
- Tue Mar 13, 2007 7:06 pm
- Forum: Beginners Help
- Topic: 2d Sprite movment!
- Replies: 5
- Views: 500
- Fri Apr 21, 2006 11:00 am
- Forum: Beginners Help
- Topic: File not Found
- Replies: 20
- Views: 588
- Fri Apr 21, 2006 8:12 am
- Forum: Beginners Help
- Topic: File not Found
- Replies: 20
- Views: 588
- Fri Apr 21, 2006 7:15 am
- Forum: Beginners Help
- Topic: File not Found
- Replies: 20
- Views: 588
This is my work Dir
And this is the Path to the example
But it didn´t work
Code: Select all
C:\Dokumente und Einstellungen\Dandrolvorn
Code: Select all
C:\Dokumente und Einstellungen\Dandrolvorn\Eigene Dateien\irrlicht-1.0\irrlicht-1.0\examples.net\01.HelloWorld_cs\bin\Release
- Fri Apr 21, 2006 6:32 am
- Forum: Beginners Help
- Topic: File not Found
- Replies: 20
- Views: 588
It is soooo great
He says he doesn´t found the file, although the Files are in te Executables Directory and the line looks like
He says he doesn´t found the file, although the Files are in te Executables Directory and the line looks like
Code: Select all
ITexture texSydney = device.VideoDriver.GetTexture("sydney.bmp");
- Fri Apr 21, 2006 5:56 am
- Forum: Beginners Help
- Topic: File not Found
- Replies: 20
- Views: 588
- Thu Apr 20, 2006 5:27 pm
- Forum: Beginners Help
- Topic: File not Found
- Replies: 20
- Views: 588
- Thu Apr 20, 2006 5:14 pm
- Forum: Beginners Help
- Topic: File not Found
- Replies: 20
- Views: 588
- Thu Apr 20, 2006 5:01 pm
- Forum: Beginners Help
- Topic: File not Found
- Replies: 20
- Views: 588
- Thu Apr 20, 2006 4:56 pm
- Forum: Beginners Help
- Topic: File not Found
- Replies: 20
- Views: 588
- Thu Apr 20, 2006 4:38 pm
- Forum: Beginners Help
- Topic: File not Found
- Replies: 20
- Views: 588
File not Found
Hello Community ;) This is my first Entry here, and i want to try some little Experiments with the Irrlicht Engine. But i have some Problems. For Example this: ITexture texSydney = device.VideoDriver.GetTexture(@"..\..\media\sydney.bmp"); This File in this relative Path is definitly exista...