Giter VIP home page Giter VIP logo

Comments (5)

alandtse avatar alandtse commented on July 19, 2024

I'd suggest asking powerof3 on his repo since I'm just porting or doing VR only edits now. He would have a better idea of what is possible.

EDIT: My bad, for some reason I thought I was on my repo. Please ignore.

from baseobjectswapper.

powerof3 avatar powerof3 commented on July 19, 2024

Distance check is interesting, the current setup doesn't allow for this but I'll see what can be done.

Random swaps are doable, but this should be disabled for statics, there's no way to sync up LOD.

from baseobjectswapper.

speaker-60 avatar speaker-60 commented on July 19, 2024

the distance idea to swap movable with statics, most movable objects dont have/use lod(although they can if you set dydolod to do it) I just thought if all movable(aka objects producing physics collisions) was turned to static from game load or atleast the second you load the cell/world chunk then it could help reduce performance cost and only have these objects produce physics then the player is actually close enough to them. visually speaking it would be a like for like swap

Also it could be used to control how much object swapper swaps at once by adding a distance check requirement, a mod like dynamic things that now uses object swapper can be set to only swap an object when its actually relevant to do so optimizing what the mod is doing atleast by a little bit

As for random swaps of statics i think sheon can do something there, we have chatted before and he has helped me with a mini project before we spoke about a few things, changing lods was one of them. through scripting its currently possible to have moveable objects have lod where the lod moved with the object(like the dragon lod in vanilla) changing the lod is no more difficult then that

LOD wouldnt be a problem for object swapper anyway

What about duplicate spawning? by duplicating a object then swapping the duplicate it allows us to 'spawn' as new wile keeping the original object in the scene. This could be used for all sorts of things depending on limitations

from baseobjectswapper.

speaker-60 avatar speaker-60 commented on July 19, 2024

Spoke with sheson(creator of dyndolod) about the random swap feature,
he said:
"That will only work with dynamic LOD. It basically means adding all the possible combinations as new references with IsFullLOD flag and the dynamic LOD part of DynDOLOD enables/disables them as needed."

So random swaps is doable with lod if using dyndoload

from baseobjectswapper.

speaker-60 avatar speaker-60 commented on July 19, 2024

Was doing random swaps ever looked into, i see it was added in the new animobject swapper(awesome addition btw)
Dyndolod is capable of showing whatever lod its need

from baseobjectswapper.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.