Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wildpeaks/proto-coplanar

PROTO Coplanar
https://github.com/wildpeaks/proto-coplanar

vrml

Last synced: 23 days ago
JSON representation

PROTO Coplanar

Awesome Lists containing this project

README

        

# Coplanar

VRML PROTO (based on `DrawGroup`) that wraps an arbitrary set of objects in a drawgroup
meant **for rendering transparent coplanar objects in the order they're provided**,
avoiding the classic z-fighting rendering issue, (e.g. an icon that should always be rendered in front of a button).

EXTERNPROTO Coplanar [
exposedField MFNode children
] "proto.Coplanar.wrl#Coplanar"

-------------------------------------------------------------------------------

## Property `children`

The ordered list of flat **objects to render** (from "first to render" to "last to render").

Definition:
- Field Type: `exposedField`
- Data Type: `MFNode`
- Default Value: `[]`

-------------------------------------------------------------------------------