Python Forum
How to find the location of an object and object at a given location?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to find the location of an object and object at a given location?
#4
Quote:But I have infinite object in my scene,do I need to create infinite amount of vaariable?(which is impossible)
I am not sure about opengl...i have never used it. But i am pretty sure that 2d and 3d rendering is not much different when it comes to structure. You can have unlimited 2d objects as well. However you cannot have unlimited number of anything when it comes to computers. You will run out of space at some point. 

Have you done 2d simple scrolling backgrounds, tile backgrounds for things like top-down RPG's? It seems like you are jumping the gun if you have not. Much of what i read is you have to fully understand and make simple 2d games before taking on a much larger role of 3d. Which i am assuming you are doing because of having 3-dimensional coordinates. At the same time it appears you are asking a question that is from someone who has yet made 1 game ever.
Recommended Tutorials:
Reply


Messages In This Thread
RE: How to find the location of an object and object at a given location? - by metulburr - Jan-29-2017, 02:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGame] Rect object penetrates wall on one side Jan_97 4 2,760 Dec-30-2021, 11:08 PM
Last Post: Jan_97
  [PyGame] object has no attribute 'add_internal' djwilson0495 7 8,394 Feb-26-2021, 05:06 PM
Last Post: nilamo
  Location of the objects that are moving rturus 1 2,220 Feb-01-2021, 05:44 PM
Last Post: nilamo
  [PyGame] why the position of the object is different? syafiq14 1 2,015 Nov-24-2020, 03:22 PM
Last Post: metulburr
  [PyGame] object's movement to left leave shadow on the screen Zhaleh 3 3,316 Aug-02-2020, 09:59 PM
Last Post: nilamo
  I can't control the speed of the turtle object Hesper 1 2,665 Apr-10-2020, 01:37 PM
Last Post: deanhystad
  open cv ->pygame: turn image into location Gamedeveloper 1 2,157 Jan-20-2020, 05:00 PM
Last Post: michael1789
  rect object not loading BlueClaw 2 4,264 Dec-11-2019, 04:25 PM
Last Post: BlueClaw
  beginner - object has no attribute gean 2 3,846 Nov-07-2019, 02:02 PM
Last Post: gean
  [pygame] Moving an object at angles SheeppOSU 3 8,755 Oct-24-2019, 08:05 PM
Last Post: SheeppOSU

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020