Working Raycasting example! WolfenLöve 3D if you will...
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: Working Raycasting example! WolfenLöve 3D if you will...
Jasoco won't let die a project like this. Sadly, he may "abandon" it for some months...
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
- substitute541
- Party member
- Posts: 484
- Joined: Fri Aug 24, 2012 9:04 am
- Location: Southern Leyte, Visayas, Philippines
- Contact:
Re: Working Raycasting example! WolfenLöve 3D if you will...
Should I ignite the spark?
Currently designing themes for WordPress.
Sometimes lurks around the forum.
Sometimes lurks around the forum.
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: Working Raycasting example! WolfenLöve 3D if you will...
Define "spark".substitute541 wrote:Should I ignite the spark?
And "ignite".
And "the".
- substitute541
- Party member
- Posts: 484
- Joined: Fri Aug 24, 2012 9:04 am
- Location: Southern Leyte, Visayas, Philippines
- Contact:
Re: Working Raycasting example! WolfenLöve 3D if you will...
Lol, sorry for my bad grammar. I don't live in US... I live in Philippines..Jasoco wrote:Define "spark".substitute541 wrote:Should I ignite the spark?
And "ignite".
And "the".
Currently designing themes for WordPress.
Sometimes lurks around the forum.
Sometimes lurks around the forum.
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: Working Raycasting example! WolfenLöve 3D if you will...
I was asking what you meant by igniting the spark. I made a funny. But I was also wondering what you meant. How are you going to ignite a spark?
- substitute541
- Party member
- Posts: 484
- Joined: Fri Aug 24, 2012 9:04 am
- Location: Southern Leyte, Visayas, Philippines
- Contact:
Re: Working Raycasting example! WolfenLöve 3D if you will...
Ah, my mind was kinda ... processing lots of information, so yeah, I ended up switching words. It was supposed to be "ignite the fuse" but somehow, spark came up in my mind and I accidentally replaced "fuse" with it.Jasoco wrote:I was asking what you meant by igniting the spark. I made a funny. But I was also wondering what you meant. How are you going to ignite a spark?
Currently designing themes for WordPress.
Sometimes lurks around the forum.
Sometimes lurks around the forum.
- OmarShehata
- Party member
- Posts: 259
- Joined: Tue May 29, 2012 6:46 pm
- Location: Egypt
- Contact:
Re: Working Raycasting example! WolfenLöve 3D if you will...
"Ignite the spark" is the correct expression, be confidentsubstitute541 wrote:Ah, my mind was kinda ... processing lots of information, so yeah, I ended up switching words. It was supposed to be "ignite the fuse" but somehow, spark came up in my mind and I accidentally replaced "fuse" with it.Jasoco wrote:I was asking what you meant by igniting the spark. I made a funny. But I was also wondering what you meant. How are you going to ignite a spark?
Implying you're going to revive interest in this project, he's asking how you were planning on doing that.
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: Working Raycasting example! WolfenLöve 3D if you will...
That's exactly what I was asking.OmarShehata wrote:"Ignite the spark" is the correct expression, be confidentsubstitute541 wrote:Ah, my mind was kinda ... processing lots of information, so yeah, I ended up switching words. It was supposed to be "ignite the fuse" but somehow, spark came up in my mind and I accidentally replaced "fuse" with it.Jasoco wrote:I was asking what you meant by igniting the spark. I made a funny. But I was also wondering what you meant. How are you going to ignite a spark?
Implying you're going to revive interest in this project, he's asking how you were planning on doing that.
Re: Working Raycasting example! WolfenLöve 3D if you will...
Can you please tell me what exactly I need to do to add textures to walls. I'm some kind of newbie to LÖVE. If it is needed I can send my current state of Raycasting Game. Thanks.
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: Working Raycasting example! WolfenLöve 3D if you will...
My project is currently not in progress. You should probably ask the other guy currently doing Raycasting.
viewtopic.php?f=5&t=12069
I'm currently tied up with 3D polygons.
Short answer, if you've coded it correctly, and I assume you have if you have successfully replicated the numerous demos availble on the internet, you divide each wall tile into quads, figure out where along the wall the ray is hitting, (The value will be between 0 and 1 as a decimal value. Simply multiply that by the tile width you use and floor it to get your quad number) and display that quad.
Go to that link above. That is where most active discussion will be taking place until I decide to take up this project again.
viewtopic.php?f=5&t=12069
I'm currently tied up with 3D polygons.
Short answer, if you've coded it correctly, and I assume you have if you have successfully replicated the numerous demos availble on the internet, you divide each wall tile into quads, figure out where along the wall the ray is hitting, (The value will be between 0 and 1 as a decimal value. Simply multiply that by the tile width you use and floor it to get your quad number) and display that quad.
Go to that link above. That is where most active discussion will be taking place until I decide to take up this project again.
Who is online
Users browsing this forum: No registered users and 15 guests