0 Members and 1 Guest are viewing this topic.
My guess is scale is just an array of 3 floats (4bytes per float) in memory space, it shouldn't allocate any additional resources if the number is 1000 or 1, its still a float array. But IStonia can clarify
Quote from: thor6136 on October 31, 2020, 10:00:24 amMy guess is scale is just an array of 3 floats (4bytes per float) in memory space, it shouldn't allocate any additional resources if the number is 1000 or 1, its still a float array. But IStonia can clarify Correct.