-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update of LookSensor to use internal structures. Additional work need…
…ed - documented in code
- Loading branch information
1 parent
3505dd7
commit 9be896f
Showing
3 changed files
with
188 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* Style definitions for target processing. | ||
* Uses jQuery-ui to interpolate between the styles | ||
*/ | ||
.x3dom_LookSensor_border1 {border:1px solid white; background-color:white; padding:0px; height:14px; width:14px; position:relative; z-index:32000; } | ||
.x3dom_LookSensor_border2 {border:1px solid black; background-color:black; padding:0px; } | ||
.x3dom_LookSensor_border1 {border-width:0; background-color:white; padding:1px; height:14px; width:14px; position:relative; z-index:32001; } | ||
.x3dom_LookSensor_border2 {border-width:0; background-color:black; padding:1px; height:12px; width:12px; } | ||
.x3dom_LookSensor_time1 {border-width:0; background-color:red; height:10px; width:10px; padding:1px; } | ||
.x3dom_LookSensor_time2 {border-width:0; background-color:yellow; height:6px; width:6px; padding:2px; } | ||
.x3dom_LookSensor_time3 {border-width:0; background-color:green; height:2px; width:2px; padding:2px; } | ||
|
Oops, something went wrong.