• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Question VAM objects textures how it works

rabbit1qaz

Active member
Joined
Dec 15, 2020
Messages
415
Reactions
59
Hi, its kinda lame question but could you please tell how it work, if i have scene with eg same CUA in 3 places, when scene is load all 3 atoms are loaded at once ? does whole object are in memory 3 times or there is only 3x object description(like mesh, collider, poistion etc) but textures (since its same texture ) are only load 1x ?

If there is object and another object behind it. Does that one behind is calculated (eg when colliders are of) ? so if i have 2 complicated objects one behind another it takes less GPU/cpu time than if they will be both on player view ?
 
Advanced questions that probably only the devs can answer correct.

1. It should be 3x mesh, colliders and 1x textures
2. Not sure if I understand - technically if an object is not visible Unity can do Occlusion culling to save CPU and GPU time.
 
Upvote 0
Advanced questions that probably only the devs can answer correct.

1. It should be 3x mesh, colliders and 1x textures
2. Not sure if I understand - technically if an object is not visible Unity can do Occlusion culling to save CPU and GPU time.
2) thats probably what i ment . So next qustion is , that via that Occlusion culling only rendering is not done , but all other thing like physics, collision should be done even if object is not rendered ?
 
Upvote 0
Back
Top Bottom