Search found 195 matches

by torleif
Tue Jul 29, 2008 5:37 am
Forum: Open Discussion and Dev Announcements
Topic: Irrlicht Beginner Manual
Replies: 7
Views: 1392

Code: Select all

PmWiki can't process your request

?invalid page name

We are sorry for any inconvenience.
The actual URL
by torleif
Mon Jul 28, 2008 8:13 am
Forum: Beginners Help
Topic: I don't kow how to set light and material effect, ::::::(
Replies: 11
Views: 2186

aPinSceneNode->setMaterialFlag(video::EMF_LIGHTING, true);

If your pins have normals stored in them correctly
by torleif
Mon Jul 28, 2008 7:51 am
Forum: Beginners Help
Topic: Linux advice
Replies: 12
Views: 454

Like you I was skeptical about learning to write make files. After I learned the basics of make files programming became a lot faster. Make files are definably worth learning, they make the Linux programming complete. I haven't tried Kdevelop, but if it can pick up null pointer references and other ...
by torleif
Mon Jul 28, 2008 7:09 am
Forum: Off-topic
Topic: when u can't see the wood from the... (homage to rogerborg)
Replies: 12
Views: 2162

iLoled
by torleif
Sat Jul 26, 2008 6:54 am
Forum: Beginners Help
Topic: In the next update can you get rid of the console popup?
Replies: 4
Views: 275

...

I don't think that will happen

Use this (before main() ):

Code: Select all

// hide console when building release build
#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup")
by torleif
Sat Jul 26, 2008 6:52 am
Forum: Beginners Help
Topic: C++ style Programming
Replies: 9
Views: 237

Thanks for your responses, in the future I will use myFile->read(&inChar, 1); // or this For all my binary input. I guess you should too :P Sorry about by mistype with my class structure, it really should have been: class Foo { public: static genStruct foobar(){}; // I use this static const genS...
by torleif
Thu Jul 24, 2008 11:01 pm
Forum: Beginners Help
Topic: C++ style Programming
Replies: 9
Views: 237

Yes, I should have mentioned that there are return values
by torleif
Thu Jul 24, 2008 10:42 pm
Forum: Everything 2d/3d Graphics
Topic: 3D character MODELLING - First King Project
Replies: 128
Views: 48502

I was gonna say, we're all males here... jack up the boob size!
by torleif
Thu Jul 24, 2008 9:50 pm
Forum: Beginners Help
Topic: C++ style Programming
Replies: 9
Views: 237

C++ style Programming

I have a few basic C++ style questions. Lets say I have a class: class Foo { public: static foobar(){}; // I use this static const Foo(){}; // Other programmers seem to use this } I understand what static does, I use it to make functions that access the class but not the object. I only use const for...
by torleif
Thu Jul 24, 2008 2:14 am
Forum: Off-topic
Topic: How could you install cygwin?
Replies: 2
Views: 660

It works perfectly for me, it must be your browser or internet connection. Check your firewall
by torleif
Wed Jul 23, 2008 11:33 pm
Forum: Open Discussion and Dev Announcements
Topic: Scripting language choice
Replies: 29
Views: 7583

I've had a bad experience with lua, the lack of documentation led to me manipulating the stack more than necessary to do the simplest task

Next time I have a shot at it, I'm definitely going with angle script.
by torleif
Wed Jul 23, 2008 11:20 pm
Forum: Beginners Help
Topic: Isometric camera
Replies: 11
Views: 2604

Should someone take setIsOrthogonal(true); out of the SVN build or is it going to be used for something in the future?
by torleif
Wed Jul 23, 2008 6:59 am
Forum: Off-topic
Topic: Windows or Linux
Replies: 39
Views: 4325

I'm a sucker for trollbait It doesn't matter. A computer is a computer. It computes stuff. Windows you have to pay for and Linux doesn't have as good hardware support. But to me, OpenSUSE 11 is a fantastic OS. For the curious I recommend you try it, download a live CD and boot it up . If it works fi...
by torleif
Tue Jul 22, 2008 7:46 am
Forum: Everything 2d/3d Graphics
Topic: real time ray tracer
Replies: 15
Views: 4767

BlindSide: good work :)

I wrote a ray tracer in C, it took 3 mins to render a scene with about 20 objects. It had no optimizations but produced some cool looking images
by torleif
Tue Jul 22, 2008 7:42 am
Forum: Everything 2d/3d Graphics
Topic: Rendering drivers(solved)
Replies: 32
Views: 3193

The real question is 3DModelerMan a troll or just a 11 year old?