#Lets see... I would first setup that

1 messages · Page 1 of 1 (latest)

grizzled shard
#

so continue here

gentle pecan
#

got it

grizzled shard
#

yea.. first things first

#

i would try to get a grid to populate

#

and then continue from there

gentle pecan
#

Yup

urban brook
#

Kinda curious on where this is going so i shall lurk here 🤣

grizzled shard
#

i wouldnt worry about physics yet

gentle pecan
#

The challenging thing is that I have to think on the logic first, mathematically

#

to setup the grid first

grizzled shard
#

start small 1 step at a time..

#
  1. how will i know the grid sizes
gentle pecan
#

Yes

#

I have to know about how many elements im trying to fit in first

#

or maybe a fixed no of width or height

#

then calculate each cell size

#

honestly i have 4 days to complete this, is this a possible

grizzled shard
#

honestly.. probably on the fringe of possible

gentle pecan
grizzled shard
#

the whole drop-down mechanic is probably gonna eat up some time

gentle pecan
#

yes thats the main thing

grizzled shard
#

im building alongside u 😉

gentle pecan
#

oh, as in helping me or making a copy of it?

grizzled shard
#

the later.. incase of the former

#

Grid

#

(w/o tiles ofc) lol

gentle pecan
#

haha

gentle pecan
grizzled shard
#

this what ur going after?

gentle pecan
#

yes

#

so, i need to calculate the plane's width and height because I am not specifying that..

What I am specifying is the No. of Balls that can fit into the plane of a given size

#

Square root of total balls is equal to the number of rows and number of columns

#

now I have to figure out how to calculate width and height

#

okay, so Renderer.bounds.size gives the width and height of the plane

gentle pecan
gentle pecan
#

I have succesfully made a grid