Search Results for

    Show / Hide Table of Contents

    Class TileExtractor

    からModelを抽出します。

    Inheritance
    System.Object
    TileExtractor
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.PolygonMesh
    Assembly: cs.temp.dll.dll
    Syntax
    public static class TileExtractor

    Methods

    ExtractWithCombine(ref Model, List<CityModel>, MeshExtractOptions, List<Extent>)

    複数の のリストから、範囲内の Model を抽出します。

    Declaration
    public static void ExtractWithCombine(ref Model outModel, List<CityModel> cityModels, MeshExtractOptions options, List<Extent> extents)
    Parameters
    Type Name Description
    Model outModel
    List<CityModel> cityModels
    MeshExtractOptions options
    List<Extent> extents

    ExtractWithGrid(ref Model, CityModel, MeshExtractOptions, List<Extent>)

    からタイル分割された Model を抽出します。 Grid分割する場合は、options の GridCountOfSide を2以上に HighestLodOnly をtrueに設定してください。 結果は outModel に格納されます。 通常、outModel には new したばかりの Model を渡してください。

    Declaration
    public static void ExtractWithGrid(ref Model outModel, CityModel cityModel, MeshExtractOptions options, List<Extent> extents)
    Parameters
    Type Name Description
    Model outModel
    CityModel cityModel
    MeshExtractOptions options
    List<Extent> extents
    In This Article
    Back to top PLATEAU SDK for Unity