Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Baby 3D Plugin for Construct 2

Make 3D games in Construct 2 powered by Babylon.js · By Pixel Rebirth

Hi, I want create LOD myself

A topic by Construct2notbadnow created 35 days ago Views: 33 Replies: 1
Viewing posts 1 to 2
(1 edit)

Hi, I want create LOD myself. But I must to replace b3dmodel file URL in real time. How can I do it?

Developer

You cannot instead you should try to create different model objects for each LOD level and switch between. Probably avoid destroying/(re-)creating and go instead for making things invisible and visible again.

I haven't actually tried this but this seems like the first logical approach.