C++ Java Unity
Unity Reference
WireframeBehaviour Class Reference

This script renders the mesh from the MeshFilter as wireframe. This is mainly supposed to be used for visualization/debugging purpoes. It uses GL.LINES to draw the wireframe, which is not very fast for larger meshes. In order to draw large wireframe meshes in an app, it is recommended to use 3rd party libraries such as Vectrosity. More...

Inheritance diagram for WireframeBehaviour:
VuforiaMonoBehaviour

Public Attributes

Color LineColor = Color.green
 
Material lineMaterial
 
bool ShowLines = true
 

Detailed Description

This script renders the mesh from the MeshFilter as wireframe. This is mainly supposed to be used for visualization/debugging purpoes. It uses GL.LINES to draw the wireframe, which is not very fast for larger meshes. In order to draw large wireframe meshes in an app, it is recommended to use 3rd party libraries such as Vectrosity.

Member Data Documentation

Color LineColor = Color.green
Material lineMaterial
bool ShowLines = true