Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 836 Bytes

geometryBuffer.psl.md

File metadata and controls

42 lines (29 loc) · 836 Bytes

geometryBuffer [PSL 1.7]

Point Geometry Description

compressedAttributes

Important:

  • Attribute that are present are stored continuously in the corresponding geometry buffers.
  • Point Geometry are always compressed

Related:

psl::geometryDefinition

Properties

Property Type Description
compressedAttributes compressedAttributes Compressed attributes. Cannot be combined with any other attributes.

Examples

Example: I3S PSL v1.7 equivalent geometry buffer definition

 {
  "geometryBuffers": {
    "compressedAttributes": {
      "encoding": "draco",
      "attributes": [
        "position",
        "feature-index"
      ]
    }
  }
}