Search found 15 matches

by Dandrolvorn
Fri Mar 16, 2007 8:17 pm
Forum: Beginners Help
Topic: Rectangles and Textures
Replies: 2
Views: 151

thanks alot, it works ;)
by Dandrolvorn
Fri Mar 16, 2007 3:52 pm
Forum: Beginners Help
Topic: Rectangles and Textures
Replies: 2
Views: 151

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
by Dandrolvorn
Fri Mar 16, 2007 2:13 pm
Forum: Beginners Help
Topic: Try to make 2D out of 3D [Solved]
Replies: 0
Views: 129

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 ...
by Dandrolvorn
Thu Mar 15, 2007 5:00 pm
Forum: Beginners Help
Topic: Creating a simple flat rectangle in 3D
Replies: 1
Views: 119

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 ...
by Dandrolvorn
Tue Mar 13, 2007 7:06 pm
Forum: Beginners Help
Topic: 2d Sprite movment!
Replies: 5
Views: 486

Hello ;)

The link to irrforge is down, has anyone another link to this class?

greets Dandro
by Dandrolvorn
Fri Apr 21, 2006 11:00 am
Forum: Beginners Help
Topic: File not Found
Replies: 20
Views: 567

i meant printing your working dir out from within your program.
But How?

btw. I try all this on another Computer and it doesn´t work :(
by Dandrolvorn
Fri Apr 21, 2006 8:12 am
Forum: Beginners Help
Topic: File not Found
Replies: 20
Views: 567

multiple, and it does not work :)
by Dandrolvorn
Fri Apr 21, 2006 7:15 am
Forum: Beginners Help
Topic: File not Found
Replies: 20
Views: 567

This is my work Dir

Code: Select all

C:\Dokumente und Einstellungen\Dandrolvorn
And this is the Path to the example

Code: Select all

C:\Dokumente und Einstellungen\Dandrolvorn\Eigene Dateien\irrlicht-1.0\irrlicht-1.0\examples.net\01.HelloWorld_cs\bin\Release
:!: But it didn´t work
by Dandrolvorn
Fri Apr 21, 2006 6:32 am
Forum: Beginners Help
Topic: File not Found
Replies: 20
Views: 567

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

Code: Select all

ITexture texSydney = device.VideoDriver.GetTexture("sydney.bmp");
by Dandrolvorn
Fri Apr 21, 2006 5:56 am
Forum: Beginners Help
Topic: File not Found
Replies: 20
Views: 567

nothing works :(

i changed my path to D:\Irrlicht\ but it doesn´t work too.


Is here any C#.NET Programmer wo can help me?
by Dandrolvorn
Thu Apr 20, 2006 5:27 pm
Forum: Beginners Help
Topic: File not Found
Replies: 20
Views: 567

no, sorry

i mean i changed the relative to the absolut Path
by Dandrolvorn
Thu Apr 20, 2006 5:14 pm
Forum: Beginners Help
Topic: File not Found
Replies: 20
Views: 567

I Build the example and try to run it, and i have changed the relative path´s to the "media" Directory, but it doesn´t work.
by Dandrolvorn
Thu Apr 20, 2006 5:01 pm
Forum: Beginners Help
Topic: File not Found
Replies: 20
Views: 567

Yeah
by Dandrolvorn
Thu Apr 20, 2006 4:56 pm
Forum: Beginners Help
Topic: File not Found
Replies: 20
Views: 567

i`m sorry but this doesn´t work too
by Dandrolvorn
Thu Apr 20, 2006 4:38 pm
Forum: Beginners Help
Topic: File not Found
Replies: 20
Views: 567

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...