mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 05:16:55 +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(); |