|
Some recent topics started on our forums |
Ecksdee
|
Ecksdee is a futuristic race&destroy game in early development, based on Crystal Space, Crystal Entity Layer and Crystal Core.
Its a work in progress and this our first release :)
There are currently no opponents nor weapons, and there's &... |
Posted March 5, 2006 9:28:23 PM
|
check to see if a point lies on a line _segment_ without sqrt
|
Hi!
So right now to find the closest point on a line segment I project the vectors. Then to see if the point is outside the segment I do,
c = C - A
if (c^ = AB^)
{
if (|c| < |AB|) => lies inside segment
else
return B
... |
Posted July 27, 2008 2:04:42 PM
|
Simulating swept sphere using raycasts
|
Hi!
How is this done? I heard it's possible, but how? Thanks! |
Posted July 16, 2008 11:09:20 AM
|
Checking laptop battery capacity
|
Hi!
I've gotten a new laptop (LG P300) and according to the specs on LG's website, the design capacity of the battery is 5200 mAh. But in Linux when I check the acpi proc info, I get
genjix@amir:~/apricot/bge/levels$ cat /proc/acpi/batte... |
Posted July 11, 2008 5:55:48 AM
|
2 climbing mechanics questions
|
Hi!
1. When shimmying on ledges, how do you think the speed should vary? At the moment I imagine as you shuffle along the ledge.
2. If the player pulls themselves up the ledge how does the collider box move? If it moves up and then along,... |
Posted July 5, 2008 5:05:03 PM
|
Camera collision avoidance algorithms
|
Hi!
At the moment I have implemented a third person camera that rotates around the player and tilts up and down. The camera follows player movement in and out, and always looks at the player much like in most third person games. :)
My prelimina... |
Posted June 23, 2008 2:51:10 PM
|
Cheapest place to live in Europe
|
Hi!
What's a cheap place to live in Europe do you think? I was looking at Estonia and Poland and found rented houses for ~€118 a month. Does anyone know any places I can rent for cheap- only requirement being floor space and internet. Thanks! |
Posted May 26, 2008 11:56:51 AM
|
find closest point on 3D line from a point
|
Hi!
Given a 3D line segment expressed as a series of 3D points, how can I quickly find the nearest point on that line to a point? |
Posted May 21, 2008 7:47:25 PM
|
Interpolating around a circle
|
Hi!
We have made a camera that linearly interpolates the position. This works fine, but when the camera starts to pan around the character then it will move in closer depending on the rotation speed.
This is because if you imagine a rotati... |
Posted May 18, 2008 10:25:37 PM
|
i feel disturbed
|
This robot is unbelievable. Imagine these on your wall. What a happy future. |
Posted March 24, 2008 5:04:46 PM
|
View All Topics Started By This User
|
|
Some recent replies made on our forums |
Petals Around the Rose
|
i came up with a formula based on answers and extrapolation before i figured it out :) (n - 1)(n % 2) |
Posted October 10, 2008 8:55:40 AM
|
Travelling to Ukraine
|
sounds like you never travelled before.dont be such a girl
check out wikitravel |
Posted September 23, 2008 9:55:12 PM
|
What games do you want to see go open source?
|
Tomb Raider: Legends to see how that climbing engine works. Great character control. |
Posted August 21, 2008 4:13:00 AM
|
Pickup - your views?
|
A lot of these simplistic views of "just be yourself" makes me laugh and is the worst advice to give anyone to do pickup. PU is not only just getting a girl attracted to you but also dealing with stuff like last minute resistance to sex and deal... |
Posted August 16, 2008 11:34:04 PM
|
Pickup - your views?
|
Quote:Original post by slayemin
Quote:Original post by kevtimc
@Genjix:
Why the hell are you (literally) picking everybody up?
ROFL!! It's called a "Pickup" for a reason!
at last, somebody understands! :) |
Posted August 14, 2008 10:10:16 AM
|
Pickup - your views?
|
Oh yeah, and these were all girls I've never met before. For opening I usually use 80% canned material, the fluff talk is natural but repeated stories/one-liners and also the canned gimmicks (graphology, personality tests) and stories are invaluable. |
Posted August 14, 2008 7:55:08 AM
|
Pickup - your views?
|
First up I'd like to say well done to all those who dismiss this without even having read and even tried out the material.
I've been doing this <1 month now, the other guy there with green shirt much longer. You learn by learning each of the st... |
Posted August 14, 2008 7:47:44 AM
|
Hitchhiking through the EU for a week... (Alone)
|
I recommend you check out CouchSurfing.com. Here's a link to my profile if you travel past my part of the world :) It's very cheap way to travel- I've used it in 8 countries before with no problems.
ciao |
Posted August 13, 2008 6:33:04 PM
|
check to see if a point lies on a line _segment_ without sqrt
|
aha,
AB is the line segment
C is the closest point
^ is for unit vectors |
Posted July 27, 2008 5:44:18 PM
|
2d position on a 3d plane, from a 3d position.
|
you can use matrices. multiply the inverse matrix of one by the transform matrix of the other to get the other's matrix transform relative to the first. Then you can get the pos/rot... whatever from this matrix. ciao! |
Posted July 17, 2008 6:11:54 AM
|
View All Replies Made By This User
|