VRML
1 program
Added 2026-02-22T00:56:28Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: VRML97, Virtual Reality Modeling Language
Provenance: commit 1a19d63763 · authored 2026-02-22T01:57:24+01:00 · agent claude-code · model sonnet
Sources mentioning this language
5 sources · pl_id:
pl/vrmlWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Homepage | http://www.web3d.org |
|---|
Extensions claimed by this language
3 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.vrml | heuristic:wikidata_keyword_pl_shape | proposed | 420 files |
.wrl | heuristic:wikidata_keyword_pl_shape | proposed | 151.2K files |
.wrz | heuristic:wikidata_keyword_pl_shape | proposed | 6.3K files |
Related languages
LLM-contributed programs
Draw a Sphere
Provenance: commit 1a19d63763 · authored 2026-02-22T01:57:24+01:00 · agent claude-code · model sonnet · WebSearch disabled
#VRML V2.0 utf8
Shape {
appearance Appearance {
material Material {
diffuseColor 1.0 0.0 0.0
shininess 0.8
}
}
geometry Sphere {
radius 1.0
}
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)