playMaker

Author Topic: How to get the position of the mouse clicked point in 3D space[SLOVED]  (Read 1352 times)

playmakertester

  • Full Member
  • ***
  • Posts: 211
Please advise how to get the location of a mouse click in 3D space.

I have researched past questions and could not find the corresponding article.
I would like to hunt which action to combine and how to do it.
« Last Edit: December 28, 2020, 11:23:59 AM by playmakertester »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: How to get the position of the mouse clicked point in 3D space
« Reply #1 on: December 28, 2020, 07:18:08 AM »
hi.
'Mouse pick' should work

playmakertester

  • Full Member
  • ***
  • Posts: 211
Re: How to get the position of the mouse clicked point in 3D space
« Reply #2 on: December 28, 2020, 10:26:11 AM »
Hi djaydino,

Thanks, Let me try!

playmakertester

  • Full Member
  • ***
  • Posts: 211
Re: How to get the position of the mouse clicked point in 3D space
« Reply #3 on: December 28, 2020, 01:06:44 PM »
Hello.

I would like to specify an object that will not be rayed by Mouse Pick, but in the physical layer specification, even if I specify a layer that will not be rayed, it will still be rayed.

Is there a way to prevent Ray from hitting the object?
I would appreciate it if you could tell me.