Package com.ngt.jopenmetaverse.shared.sim.asset.pipeline

Examples of com.ngt.jopenmetaverse.shared.sim.asset.pipeline.TexturePipeline


    /// <param name="client">A reference to the GridClient object</param>
    public AssetManager(GridClient client)
    {
        Client = client;
        Cache = new AssetCache(client);
        Texture = new TexturePipeline(client);
        HttpDownloads = new DownloadManager();

        //        // Transfer packets for downloading large assets
        //        // Client.network.RegisterCallback(PacketType.TransferInfo, TransferInfoHandler);
        Client.network.RegisterCallback(PacketType.TransferInfo, new EventObserver<PacketReceivedEventArgs>()
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.sim.asset.pipeline.TexturePipeline

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.