Search found 23 matches

by Bot_Builder
Sun Oct 23, 2005 7:15 am
Forum: Irrlicht.NET
Topic: Example #1 in Boo
Replies: 15
Views: 6028

never heard of boo before, but it hardly looks any different from vb .net.... Clearly you know near-nothing about programming. Well, that's my impression anyway. It looks way more like its inspiration, python. maybe a few VB keywords here and there, but what language doesn't? Anyway, no you dont ne...
by Bot_Builder
Mon Oct 03, 2005 1:45 am
Forum: Irrlicht.NET
Topic: Example #1 in Boo
Replies: 15
Views: 6028

I use boo now, although I havent used irrlicht in 6 months - a year orso. anyway, this code looks like you just pooped it through Daniel Grunwald(sp?)'s C# to boo converter. It's using basically none of boo's sexiness. Untested edit: namespace HelloWorld import System import Irrlicht import Irrlicht...
by Bot_Builder
Sun Jun 12, 2005 3:22 am
Forum: Advanced Help
Topic: LIGHTS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Replies: 9
Views: 898

Back in blitz we'd have 8 lights and a bunch of pivots marking lighting positions. Then just find the closest 8 pivots, position the lights, set the color, distance, etc and render. I'm sure that when you have access to all the code for the engine it should be possible to select the closest/most aff...
by Bot_Builder
Sun Jun 12, 2005 3:14 am
Forum: Project Announcements
Topic: New FPS ai sceneNode and a demo
Replies: 11
Views: 2163

Nah, its still AI, trust me on that. Its just not a very good emulation of a human (in other words fine for an fps game) There are of course methods to do better, learning AI like Neural nets and genetic algos. Most AI implementations in games do not learn and yet are still called AI. By common usag...
by Bot_Builder
Fri May 20, 2005 11:31 pm
Forum: Advanced Help
Topic: Tokamak TerrainMesh grab Terrain Mesh Buffer
Replies: 2
Views: 594

Well, you're not setting the vertice's position. If the stuff that's comment out doesn't work, ensure its in teh proper format and if not, convert it.
by Bot_Builder
Sun May 15, 2005 9:46 pm
Forum: Project Announcements
Topic: AI learns to balance a stick
Replies: 28
Views: 3939

Yeah, the walker should be very entertaining. I bet if you set it up with four legs with some decent power your best walkers for a while will be frog-like jumpers using back legs for propulsion and front for balance. Very cool implementations of walker evolution can be found in Framsticks - an aweso...
by Bot_Builder
Sun May 15, 2005 3:21 am
Forum: Beginners Help
Topic: problem with gun picture overlay[solved]
Replies: 11
Views: 522

PNG
by Bot_Builder
Sun May 15, 2005 2:05 am
Forum: Project Announcements
Topic: AI learns to balance a stick
Replies: 28
Views: 3939

Neat - this is a classic GA and/or NN example. If you add wall limitations and a location input you can sometimes get advanced behaviours which will flip upside down and bang into the wall. Especailly if you add speed into the fitness algorithm. You'll get ones that will manage to hit the wall at ju...
by Bot_Builder
Fri May 06, 2005 4:49 am
Forum: Open Discussion and Dev Announcements
Topic: my FPS camera tweaks
Replies: 7
Views: 1164

Nice modifications. Rather than doing physics (users will likely overshoot, or be distracted by drift), I'd suggest keeping track of a target angle that moves around the same way as the original and doing a slerp on the qyaternions, if irrlicht has them... Since the physics are already there might a...
by Bot_Builder
Tue May 03, 2005 10:03 pm
Forum: Off-topic
Topic: Who is everybody?
Replies: 358
Views: 501498

Name : Stephen Location : Near seattle, Washington Age : 15 Occupation : Student (Highschool :/) Languages : (chronologic order) Atari ST Basic (Old basic where you type out the line numbers and there's no functions) ~8 years old (made a tic tac toe game, but it ran out of memory from too many gosu...
by Bot_Builder
Tue May 03, 2005 12:53 am
Forum: Open Discussion and Dev Announcements
Topic: setPosition/setScale/setRotation
Replies: 17
Views: 1839

The speed is just a bonus to the ease added. If you are already using vectors, great it'll be even faster. If you are creating numbers, great you don't have to punch out the vector initializer, and its faster.
by Bot_Builder
Mon May 02, 2005 6:54 am
Forum: Off-topic
Topic: Compiling Dll
Replies: 3
Views: 481

Copy the new/modified header file into E:\irrlicht-0.8\includes
by Bot_Builder
Tue Apr 19, 2005 5:07 am
Forum: Project Announcements
Topic: New Water For IRRLICHT Works Good
Replies: 52
Views: 7978

Nice job, nothing new to me though, did this all the time in b3d although it wasn't builtin. With special shaders it'll look spectacular. literally. Anyway, as far as implementing LOD - it could work, depends on the algo though. Some are optimized to preprocess so LOD might be limited although very ...
by Bot_Builder
Tue Apr 19, 2005 4:38 am
Forum: Project Announcements
Topic: Parallax Mapping video
Replies: 11
Views: 1998

Really awesome. We could just make our own shaders as we wish though, right? No need to have niko do all the work as far as that goes. It is convenient though :P And yes, in the unreal3 engine they are using parralax mapping. Even more advanced is displacement mapping, where it actually juts out so ...
by Bot_Builder
Tue Apr 19, 2005 4:26 am
Forum: Beginners Help
Topic: polygons
Replies: 16
Views: 1300

Erm, I know about 5 other people on various forums that have firefox logos in their sigie. Also, Mozilla doesn't really make firefox... They made the core its based on sure, but its opensource. Lost of people other than mozilla have worked on it. Once again, firefox is not a company endeavor. Mozill...