mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-09 15:28:20 +02:00
7 lines
No EOL
111 B
JavaScript
7 lines
No EOL
111 B
JavaScript
|
|
function test() {
|
|
var tree = LocalVoxels("tree");
|
|
tree.setVoxel(0, 0, 0, 1, 128, 128, 128);
|
|
}
|
|
|
|
test(); |