News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Trangle Surface

Started by Farabi, September 19, 2012, 06:27:40 PM

Previous topic - Next topic

Farabi

ANyone know how to determine if a point, line and triangle is collide with a triangle?
http://farabidatacenter.url.ph/MySoftware/
My 3D Game Engine Demo.

Contact me at Whatsapp: 6283818314165

Siekmanski

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.
Creative coders use backward thinking techniques as a strategy.

Farabi

Thanks, i need that to simulating the light and the particle engine. I want to write back to the uv texture
http://farabidatacenter.url.ph/MySoftware/
My 3D Game Engine Demo.

Contact me at Whatsapp: 6283818314165