The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
General
»
The Workshop
»
Trangle Surface
« previous
next »
Print
Pages: [
1
]
Author
Topic: Trangle Surface (Read 3914 times)
Farabi
Member
Posts: 968
Neuroscience Fans
Trangle Surface
«
on:
September 19, 2012, 06:27:40 PM »
ANyone know how to determine if a point, line and triangle is collide with a triangle?
Logged
http://farabidatacenter.url.ph/MySoftware/
My 3D Game Engine Demo.
Contact me at Whatsapp: 6283818314165
Siekmanski
Member
Posts: 2725
Re: Trangle Surface
«
Reply #1 on:
September 19, 2012, 09:29:35 PM »
You can find an example in the directx SDK from march 2008 called "Pick example"
Or just calculate if the XYZ values of all three vectors from both faces are within eachothers area.
Search for collision detection.
Logged
Creative coders use backward thinking techniques as a strategy.
Farabi
Member
Posts: 968
Neuroscience Fans
Re: Trangle Surface
«
Reply #2 on:
September 19, 2012, 10:47:21 PM »
Thanks, i need that to simulating the light and the particle engine. I want to write back to the uv texture
Logged
http://farabidatacenter.url.ph/MySoftware/
My 3D Game Engine Demo.
Contact me at Whatsapp: 6283818314165
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
General
»
The Workshop
»
Trangle Surface