Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wildpeaks/proto-coplanar
PROTO Coplanar
https://github.com/wildpeaks/proto-coplanar
vrml
Last synced: 23 days ago
JSON representation
PROTO Coplanar
- Host: GitHub
- URL: https://github.com/wildpeaks/proto-coplanar
- Owner: wildpeaks
- License: mit
- Created: 2017-11-30T14:00:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T14:37:22.000Z (about 7 years ago)
- Last Synced: 2024-11-06T03:13:51.608Z (2 months ago)
- Topics: vrml
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: `[]`-------------------------------------------------------------------------------