Search Results for

    Show / Hide Table of Contents

    Class SubDividedCityObject.SubMesh

    Inheritance
    System.Object
    SubDividedCityObject.SubMesh
    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.RoadNetwork.CityObject
    Assembly: cs.temp.dll.dll
    Syntax
    public class SubMesh

    Properties

    Triangles

    Declaration
    public List<int> Triangles { get; set; }
    Property Value
    Type Description
    List<System.Int32>

    Methods

    CreateOutlineIndices()

    ポリゴンの外形頂点のインデックス配列を計算

    Declaration
    public List<List<int>> CreateOutlineIndices()
    Returns
    Type Description
    List<List<System.Int32>>

    DeepCopy()

    Deep

    Declaration
    public SubDividedCityObject.SubMesh DeepCopy()
    Returns
    Type Description
    SubDividedCityObject.SubMesh

    Separate()

    Trianglesを連結しているサブメッシュに分割する。 Trianglesが連結グラフの場合はそのまま返る

    Declaration
    public List<SubDividedCityObject.SubMesh> Separate()
    Returns
    Type Description
    List<SubDividedCityObject.SubMesh>
    In This Article
    Back to top PLATEAU SDK for Unity