what about to many files speed? Im making a forest which you exit but its a problem because of all the trees take up space when drawing. if i face away from them my speed shoots up. facing them its like 25
@tempviduse thats bcuz you probably drew all tree instances at once u probslly have to have it where if the character/camra gets to a close distance to draw like 4 example if (point_distance(x,y,me.x,me.y)>67) then draw ur tree model... or your tree models might have high polygon mesh u might wanna use low poly model mesh for your tree model
wow! that worked great! thanks man!
tempviduse 3 months ago
what about to many files speed? Im making a forest which you exit but its a problem because of all the trees take up space when drawing. if i face away from them my speed shoots up. facing them its like 25
tempviduse 3 months ago
@tempviduse thats bcuz you probably drew all tree instances at once u probslly have to have it where if the character/camra gets to a close distance to draw like 4 example if (point_distance(x,y,me.x,me.y)>67) then draw ur tree model... or your tree models might have high polygon mesh u might wanna use low poly model mesh for your tree model
jamecrowley 3 months ago