Jump to content

Low map editor draw distance after placing too many objects.


Sl1mShady

Recommended Posts

  • Moderators

This helps a little:

  
    for i, o in pairs (getElementsByType ("object")) do  
        engineSetModelLODDistance ( getElementModel(o), 300 ) 
    end 

If you want a specific object to be loaded very very fast, you can also choose for a LOW lod object + a normal object.

object createObject ( int modelid, float x, float y, float z, [ float rx, float ry, float rz, bool isLowLOD = false ] ) 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...