Remember me
You are here: HomeForumCyberix3D ForumGeneral Discussionoptimum text sizes and panel sizes
Welcome, Guest
Username: Password: Remember me

TOPIC: Is there a limit to the number of 3d objects?

Is there a limit to the number of 3d objects? 7 years 10 months ago #439

Hi, I'm a new Cyberix user. I am experimenting with a tile map where the tiles are generated when the game starts.

www.gamemaker3d.com/player?pid=051999615775
Arrow keys move pointer, Space changes to grass, Delete changes to stone.

It seems to work fine for a 16x16 map, but when I expanded it to a 32x32 it crashed - is this because of a limit to number of objects you can create in the game?

Thanks for any advice
The administrator has disabled public write access.

Is there a limit to the number of 3d objects? 7 years 10 months ago #442

  • ViraX
  • ViraX's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 152
  • Thank you received: 115
Good work, ;)
normally there is no problem ... there an error message ? if yes which ?

Do you use a Plane for a tile ?

check your code and optimize it if possible it could avoided the crash. ;)
The administrator has disabled public write access.
The following user(s) said Thank You: Joshua-Westbury

Is there a limit to the number of 3d objects? 7 years 10 months ago #446

  • cyberix3d
  • cyberix3d's Avatar
  • OFFLINE
  • Administrator
  • Posts: 661
  • Thank you received: 630
The main limitation is due to the physics engine that takes a lot of resources.
Just remove the collision and static from your Plane and Cone and it should fix the problem with 32x32 grid.
Regards,
Cyberix3D team
The administrator has disabled public write access.
The following user(s) said Thank You: Joshua-Westbury

Is there a limit to the number of 3d objects? 7 years 10 months ago #448

Thanks to both of you for the quick replies. I can confirm that I removed the collision/static from the main objects and the 32x32 map works fine.
The administrator has disabled public write access.
Time to create page: 0.080 seconds