Show / Hide Table of Contents

Class MissingTilesParameters

Backend resource to define the subset of marching cube indices that can be rotated and flipped to create the full 256 marching cube indices. This also includes example models for each marching cube index to show which tiles should be filled.

Intended for use with .

Inheritance
System.Object
MissingTilesParameters
Namespace: CarbideFunction.Wildtile.Editor
Syntax
public class MissingTilesParameters : ScriptableObject

Fields

mouseOrbitSpeed

Scalar applied to the user's mouse input when they click and drag on the preview window.

Declaration
public Vector2 mouseOrbitSpeed
Field Value
Type Description
Vector2

renderingData

Rendering objects (e.g. materials) used to render the raw meshes in searchConfigurations.

Declaration
public MissingTilesSubWindow.Data renderingData
Field Value
Type Description
MissingTilesSubWindow.Data

searchConfigurations

55 unique marching cubes configurations to search for.

Declaration
public List<SearchConfiguration> searchConfigurations
Field Value
Type Description
System.Collections.Generic.List<SearchConfiguration>
In This Article
Generated by DocFX Version: 3.2.1 - click to show/hide other versions