mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:29:16 +02:00
fixed header
This commit is contained in:
parent
4483c7dc6b
commit
77b2dd695d
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,8 @@
|
|||
// Created by Ben Arnold on 7/14/14.
|
||||
// Copyright 2014 High Fidelity, Inc.
|
||||
//
|
||||
// This sample script allows the user to grow different types of plants on the voxels
|
||||
// This sample script allows the user to place sand voxels that will undergo
|
||||
// cellular automata physics.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//
|
||||
// This is an example script that turns the hydra controllers and mouse into a particle gun.
|
||||
// It reads the controller, watches for trigger pulls, and launches particles.
|
||||
// When particles collide with voxels they blow little holes out of the voxels.
|
||||
// When particles collide with voxels they blow big holes out of the voxels.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
|
|
Loading…
Reference in a new issue