Skip to content

Commit

Permalink
Changed sEEG contact radius from shaft radius to half of the contac…
Browse files Browse the repository at this point in the history
…t widths, increasing visibility
  • Loading branch information
dipterix committed Apr 29, 2024
1 parent 1397ead commit ff9997d
Show file tree
Hide file tree
Showing 20 changed files with 50 additions and 26 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Changes since last CRAN release
* `eca54867 (HEAD -> master)` [_`dipterix`_]: Disabled user-selection event in `CSS` for zoom-tools (side canvas)
* `6993bab0 (origin/master, origin/HEAD)` [_`dipterix`_]: Supported drag and drop curvature files for `pial` with built-in color map
* `a0dc1686 (HEAD -> master)` [_`dipterix`_]: Changed `sEEG` contact radius from shaft radius to half of the contact widths, increasing visibility
* `1397eade (origin/master, origin/HEAD)` [_`dipterix`_]: Disabled user-selection event in `CSS` for zoom-tools (side canvas)
* `6993bab0` [_`dipterix`_]: Supported drag and drop curvature files for `pial` with built-in color map
* `31b7f388` [_`dipterix`_]: Skip smooth step when `lambda` is non-positive
* `8b814e08` [_`dipterix`_]: `plot_slices` allows overlay images
* `5ad19c55` [_`dipterix`_]: Fixed right-click not settings crosshairs correctly on template brain
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: threeBrain
Type: Package
Title: Your Advanced 3D Brain Visualization
Version: 1.1.0.9007
Version: 1.1.0.9008
Authors@R: c(
person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre", "cph")),
person("John", "Magnotti", email = "John.Magnotti@Pennmedicine.upenn.edu", role = c("aut", "res")),
Expand Down
17 changes: 14 additions & 3 deletions R/prototype_seeg.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#' @param overall_length probe length, default is \code{200}
#' @param description prototype description
#' @param dry_run whether not to save the prototype configurations
#' @param overwrite whether to overwrite existing configuration file; default
#' is false, which throws a warning when duplicated
#' @returns A electrode shaft geometry prototype; the configuration file is
#' saved to 'RAVE' 3rd-party repository.
#'
Expand Down Expand Up @@ -52,7 +54,7 @@ seeg_prototype <- function(
center_position, contact_widths, diameter = 1.0,
channel_order = seq_along(center_position),
fix_contact = 1, overall_length = 200,
description = NULL, dry_run = FALSE) {
description = NULL, dry_run = FALSE, overwrite = FALSE) {

# DIPSAUS DEBUG START
# center_position <- 0.75 + c(3.5 * 1:16)
Expand All @@ -79,6 +81,7 @@ seeg_prototype <- function(
stopifnot(npos == length(widths))
stopifnot(npos == length(segments))
stopifnot(npos == length(channel_order))
contact_widths0 <- widths / 2

if(!length(description)) {
if(length(center_position) > 1) {
Expand Down Expand Up @@ -204,7 +207,7 @@ seeg_prototype <- function(
channel_map = channel_map,

contact_center = rbind(0, 0, center_position),
contact_sizes = rep(radius0, npos),
contact_sizes = contact_widths0,

# row matrix
model_control_points = rbind(0, 0, center_position),
Expand All @@ -219,7 +222,15 @@ seeg_prototype <- function(
proto$validate()

if(!dry_run) {
proto$save_as_default( force = FALSE )
tryCatch({
proto$save_as_default( force = overwrite )
}, warning = function(e) {
if(!overwrite) {
warning("Electrode prototype already exists. Please use `overwrite = TRUE` to overwrite.")
} else {
warning(e)
}
})
}

proto
Expand Down
2 changes: 1 addition & 1 deletion inst/prototypes/SEEG-ADTECH-RD06R-SP08X-000.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/prototypes/SEEG-ADTECH-SD04R-AP58X-000.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"type":"SEEG-ADTECH-SD04R-AP58X-000","name":[],"description":"AdTech sEEG - 4 contacts\n Contact length : 1.32 mm\n Central spacing : 2.20 mm\n Tip size : 2.00 mm\n Diameter : 1.12 mm","geometry":"CustomGeometry","n":[145,286],"fix_outline":true,"transform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"position":[0,0,0,0.2143,0,0.0426,0.1856,0.1072,0.0426,0.1072,0.1856,0.0426,1.3122e-17,0.2143,0.0426,-0.1072,0.1856,0.0426,-0.1856,0.1072,0.0426,-0.2143,2.6245e-17,0.0426,-0.1856,-0.1072,0.0426,-0.1072,-0.1856,0.0426,-3.9367e-17,-0.2143,0.0426,0.1072,-0.1856,0.0426,0.1856,-0.1072,0.0426,0.2143,0,0.0426,0.396,0,0.164,0.3429,0.198,0.164,0.198,0.3429,0.164,2.4247e-17,0.396,0.164,-0.198,0.3429,0.164,-0.3429,0.198,0.164,-0.396,4.8494e-17,0.164,-0.3429,-0.198,0.164,-0.198,-0.3429,0.164,-7.274e-17,-0.396,0.164,0.198,-0.3429,0.164,0.3429,-0.198,0.164,0.3959,0,0.164,0.5174,0,0.3457,0.4481,0.2587,0.3457,0.2587,0.4481,0.3457,3.168e-17,0.5174,0.3457,-0.2587,0.4481,0.3457,-0.4481,0.2587,0.3457,-0.5174,6.336e-17,0.3457,-0.4481,-0.2587,0.3457,-0.2587,-0.4481,0.3457,-9.504e-17,-0.5174,0.3457,0.2587,-0.4481,0.3457,0.4481,-0.2587,0.3457,0.5173,0.0001,0.3457,0.56,0,0.56,0.485,0.28,0.56,0.28,0.485,0.56,3.429e-17,0.56,0.56,-0.28,0.485,0.56,-0.485,0.28,0.56,-0.56,6.858e-17,0.56,-0.485,-0.28,0.56,-0.28,-0.485,0.56,-1.0287e-16,-0.56,0.56,0.28,-0.485,0.56,0.485,-0.28,0.56,0.5599,0.0001,0.56,0.56,0,2.66,0.485,0.28,2.66,0.28,0.485,2.66,3.429e-17,0.56,2.66,-0.28,0.485,2.66,-0.485,0.28,2.66,-0.56,6.858e-17,2.66,-0.485,-0.28,2.66,-0.28,-0.485,2.66,-1.0287e-16,-0.56,2.66,0.28,-0.485,2.66,0.485,-0.28,2.66,0.5599,0.0001,2.66,0.56,0,4.86,0.485,0.28,4.86,0.28,0.485,4.86,3.429e-17,0.56,4.86,-0.28,0.485,4.86,-0.485,0.28,4.86,-0.56,6.858e-17,4.86,-0.485,-0.28,4.86,-0.28,-0.485,4.86,-1.0287e-16,-0.56,4.86,0.28,-0.485,4.86,0.485,-0.28,4.86,0.5599,0.0001,4.86,0.56,0,7.06,0.485,0.28,7.06,0.28,0.485,7.06,3.429e-17,0.56,7.06,-0.28,0.485,7.06,-0.485,0.28,7.06,-0.56,6.858e-17,7.06,-0.485,-0.28,7.06,-0.28,-0.485,7.06,-1.0287e-16,-0.56,7.06,0.28,-0.485,7.06,0.485,-0.28,7.06,0.5599,0.0001,7.06,0.56,0,9.26,0.485,0.28,9.26,0.28,0.485,9.26,3.429e-17,0.56,9.26,-0.28,0.485,9.26,-0.485,0.28,9.26,-0.56,6.858e-17,9.26,-0.485,-0.28,9.26,-0.28,-0.485,9.26,-1.0287e-16,-0.56,9.26,0.28,-0.485,9.26,0.485,-0.28,9.26,0.5599,0.0001,9.26,0.56,0,9.92,0.485,0.28,9.92,0.28,0.485,9.92,3.429e-17,0.56,9.92,-0.28,0.485,9.92,-0.485,0.28,9.92,-0.56,6.858e-17,9.92,-0.485,-0.28,9.92,-0.28,-0.485,9.92,-1.0287e-16,-0.56,9.92,0.28,-0.485,9.92,0.485,-0.28,9.92,0.5599,0.0001,9.92,0.56,0,9.93,0.485,0.28,9.93,0.28,0.485,9.93,3.429e-17,0.56,9.93,-0.28,0.485,9.93,-0.485,0.28,9.93,-0.56,6.858e-17,9.93,-0.485,-0.28,9.93,-0.28,-0.485,9.93,-1.0287e-16,-0.56,9.93,0.28,-0.485,9.93,0.485,-0.28,9.93,0.5599,0.0001,9.93,0.56,0,300,0.485,0.28,300,0.28,0.485,300,3.429e-17,0.56,300,-0.28,0.485,300,-0.485,0.28,300,-0.56,6.858e-17,300,-0.485,-0.28,300,-0.28,-0.485,300,-1.0287e-16,-0.56,300,0.28,-0.485,300,0.485,-0.28,300,0.5599,0.0001,300,0,0,300],"index":[1,0,2,2,0,3,3,0,4,4,0,5,5,0,6,6,0,7,7,0,8,8,0,9,9,0,10,10,0,11,11,0,12,12,0,13,13,0,1,1,2,14,2,15,14,2,3,15,3,16,15,3,4,16,4,17,16,4,5,17,5,18,17,5,6,18,6,19,18,6,7,19,7,20,19,7,8,20,8,21,20,8,9,21,9,22,21,9,10,22,10,23,22,10,11,23,11,24,23,11,12,24,12,25,24,12,13,25,13,26,25,13,1,26,1,14,26,14,15,27,15,28,27,15,16,28,16,29,28,16,17,29,17,30,29,17,18,30,18,31,30,18,19,31,19,32,31,19,20,32,20,33,32,20,21,33,21,34,33,21,22,34,22,35,34,22,23,35,23,36,35,23,24,36,24,37,36,24,25,37,25,38,37,25,26,38,26,39,38,26,14,39,14,27,39,27,28,40,28,41,40,28,29,41,29,42,41,29,30,42,30,43,42,30,31,43,31,44,43,31,32,44,32,45,44,32,33,45,33,46,45,33,34,46,34,47,46,34,35,47,35,48,47,35,36,48,36,49,48,36,37,49,37,50,49,37,38,50,38,51,50,38,39,51,39,52,51,39,27,52,27,40,52,40,41,53,41,54,53,41,42,54,42,55,54,42,43,55,43,56,55,43,44,56,44,57,56,44,45,57,45,58,57,45,46,58,46,59,58,46,47,59,47,60,59,47,48,60,48,61,60,48,49,61,49,62,61,49,50,62,50,63,62,50,51,63,51,64,63,51,52,64,52,65,64,52,40,65,40,53,65,53,54,66,54,67,66,54,55,67,55,68,67,55,56,68,56,69,68,56,57,69,57,70,69,57,58,70,58,71,70,58,59,71,59,72,71,59,60,72,60,73,72,60,61,73,61,74,73,61,62,74,62,75,74,62,63,75,63,76,75,63,64,76,64,77,76,64,65,77,65,78,77,65,53,78,53,66,78,66,67,79,67,80,79,67,68,80,68,81,80,68,69,81,69,82,81,69,70,82,70,83,82,70,71,83,71,84,83,71,72,84,72,85,84,72,73,85,73,86,85,73,74,86,74,87,86,74,75,87,75,88,87,75,76,88,76,89,88,76,77,89,77,90,89,77,78,90,78,91,90,78,66,91,66,79,91,79,80,92,80,93,92,80,81,93,81,94,93,81,82,94,82,95,94,82,83,95,83,96,95,83,84,96,84,97,96,84,85,97,85,98,97,85,86,98,86,99,98,86,87,99,87,100,99,87,88,100,88,101,100,88,89,101,89,102,101,89,90,102,90,103,102,90,91,103,91,104,103,91,79,104,79,92,104,92,93,105,93,106,105,93,94,106,94,107,106,94,95,107,95,108,107,95,96,108,96,109,108,96,97,109,97,110,109,97,98,110,98,111,110,98,99,111,99,112,111,99,100,112,100,113,112,100,101,113,101,114,113,101,102,114,102,115,114,102,103,115,103,116,115,103,104,116,104,117,116,104,92,117,92,105,117,105,106,118,106,119,118,106,107,119,107,120,119,107,108,120,108,121,120,108,109,121,109,122,121,109,110,122,110,123,122,110,111,123,111,124,123,111,112,124,112,125,124,112,113,125,113,126,125,113,114,126,114,127,126,114,115,127,115,128,127,115,116,128,116,129,128,116,117,129,117,130,129,117,105,130,105,118,130,118,119,131,119,132,131,119,120,132,120,133,132,120,121,133,121,134,133,121,122,134,122,135,134,122,123,135,123,136,135,123,124,136,124,137,136,124,125,137,125,138,137,125,126,138,126,139,138,126,127,139,127,140,139,127,128,140,128,141,140,128,129,141,129,142,141,129,130,142,130,143,142,130,118,143,118,131,143,143,144,142,142,144,141,141,144,140,140,144,139,139,144,138,138,144,137,137,144,136,136,144,135,135,144,134,134,144,133,133,144,132,132,144,131,131,144,143],"uv":[0,0,0,0.0043,0.0833,0.0043,0.1667,0.0043,0.25,0.0043,0.3333,0.0043,0.4167,0.0043,0.5,0.0043,0.5833,0.0043,0.6667,0.0043,0.75,0.0043,0.8333,0.0043,0.9167,0.0043,1,0.0043,0,0.0165,0.0833,0.0165,0.1667,0.0165,0.25,0.0165,0.3333,0.0165,0.4167,0.0165,0.5,0.0165,0.5833,0.0165,0.6667,0.0165,0.75,0.0165,0.8333,0.0165,0.9167,0.0165,1,0.0165,0,0.0348,0.0833,0.0348,0.1667,0.0348,0.25,0.0348,0.3333,0.0348,0.4167,0.0348,0.5,0.0348,0.5833,0.0348,0.6667,0.0348,0.75,0.0348,0.8333,0.0348,0.9167,0.0348,1,0.0348,0,0.0565,0.0833,0.0565,0.1667,0.0565,0.25,0.0565,0.3333,0.0565,0.4167,0.0565,0.5,0.0565,0.5833,0.0565,0.6667,0.0565,0.75,0.0565,0.8333,0.0565,0.9167,0.0565,1,0.0565,0,0.2681,0.0833,0.2681,0.1667,0.2681,0.25,0.2681,0.3333,0.2681,0.4167,0.2681,0.5,0.2681,0.5833,0.2681,0.6667,0.2681,0.75,0.2681,0.8333,0.2681,0.9167,0.2681,1,0.2681,0,0.4899,0.0833,0.4899,0.1667,0.4899,0.25,0.4899,0.3333,0.4899,0.4167,0.4899,0.5,0.4899,0.5833,0.4899,0.6667,0.4899,0.75,0.4899,0.8333,0.4899,0.9167,0.4899,1,0.4899,0,0.7117,0.0833,0.7117,0.1667,0.7117,0.25,0.7117,0.3333,0.7117,0.4167,0.7117,0.5,0.7117,0.5833,0.7117,0.6667,0.7117,0.75,0.7117,0.8333,0.7117,0.9167,0.7117,1,0.7117,0,0.9335,0.0833,0.9335,0.1667,0.9335,0.25,0.9335,0.3333,0.9335,0.4167,0.9335,0.5,0.9335,0.5833,0.9335,0.6667,0.9335,0.75,0.9335,0.8333,0.9335,0.9167,0.9335,1,0.9335,0,1,0.0833,1,0.1667,1,0.25,1,0.3333,1,0.4167,1,0.5,1,0.5833,1,0.6667,1,0.75,1,0.8333,1,0.9167,1,1,1,0,1.001,0.0833,1.001,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"normal":null,"texture_size":[4,256],"channel_map":[1,52,4,35,1,109,4,35,1,166,4,35,1,222,4,35],"channel_numbers":null,"contact_center":[0,0,2.66,0,0,4.86,0,0,7.06,0,0,9.26],"contact_sizes":[0.56,0.56,0.56,0.56],"model_control_points":[0,0,2.66,0,0,4.86,0,0,7.06,0,0,9.26],"model_control_point_orders":[1,2,3,4],"world_control_points":[],"fix_control_index":1,"model_direction":[0,0,1],"model_up":[0,0,0],"world_up":null}
{"type":"SEEG-ADTECH-SD04R-AP58X-000","name":[],"description":"AdTech sEEG - 4 contacts\n Contact length : 1.32 mm\n Central spacing : 2.20 mm\n Tip size : 2.00 mm\n Diameter : 1.12 mm","geometry":"CustomGeometry","n":[145,286],"fix_outline":true,"transform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"position":[0,0,0,0.2143,0,0.0426,0.1856,0.1072,0.0426,0.1072,0.1856,0.0426,1.3122e-17,0.2143,0.0426,-0.1072,0.1856,0.0426,-0.1856,0.1072,0.0426,-0.2143,2.6245e-17,0.0426,-0.1856,-0.1072,0.0426,-0.1072,-0.1856,0.0426,-3.9367e-17,-0.2143,0.0426,0.1072,-0.1856,0.0426,0.1856,-0.1072,0.0426,0.2143,0,0.0426,0.396,0,0.164,0.3429,0.198,0.164,0.198,0.3429,0.164,2.4247e-17,0.396,0.164,-0.198,0.3429,0.164,-0.3429,0.198,0.164,-0.396,4.8494e-17,0.164,-0.3429,-0.198,0.164,-0.198,-0.3429,0.164,-7.274e-17,-0.396,0.164,0.198,-0.3429,0.164,0.3429,-0.198,0.164,0.3959,0,0.164,0.5174,0,0.3457,0.4481,0.2587,0.3457,0.2587,0.4481,0.3457,3.168e-17,0.5174,0.3457,-0.2587,0.4481,0.3457,-0.4481,0.2587,0.3457,-0.5174,6.336e-17,0.3457,-0.4481,-0.2587,0.3457,-0.2587,-0.4481,0.3457,-9.504e-17,-0.5174,0.3457,0.2587,-0.4481,0.3457,0.4481,-0.2587,0.3457,0.5173,0.0001,0.3457,0.56,0,0.56,0.485,0.28,0.56,0.28,0.485,0.56,3.429e-17,0.56,0.56,-0.28,0.485,0.56,-0.485,0.28,0.56,-0.56,6.858e-17,0.56,-0.485,-0.28,0.56,-0.28,-0.485,0.56,-1.0287e-16,-0.56,0.56,0.28,-0.485,0.56,0.485,-0.28,0.56,0.5599,0.0001,0.56,0.56,0,2.66,0.485,0.28,2.66,0.28,0.485,2.66,3.429e-17,0.56,2.66,-0.28,0.485,2.66,-0.485,0.28,2.66,-0.56,6.858e-17,2.66,-0.485,-0.28,2.66,-0.28,-0.485,2.66,-1.0287e-16,-0.56,2.66,0.28,-0.485,2.66,0.485,-0.28,2.66,0.5599,0.0001,2.66,0.56,0,4.86,0.485,0.28,4.86,0.28,0.485,4.86,3.429e-17,0.56,4.86,-0.28,0.485,4.86,-0.485,0.28,4.86,-0.56,6.858e-17,4.86,-0.485,-0.28,4.86,-0.28,-0.485,4.86,-1.0287e-16,-0.56,4.86,0.28,-0.485,4.86,0.485,-0.28,4.86,0.5599,0.0001,4.86,0.56,0,7.06,0.485,0.28,7.06,0.28,0.485,7.06,3.429e-17,0.56,7.06,-0.28,0.485,7.06,-0.485,0.28,7.06,-0.56,6.858e-17,7.06,-0.485,-0.28,7.06,-0.28,-0.485,7.06,-1.0287e-16,-0.56,7.06,0.28,-0.485,7.06,0.485,-0.28,7.06,0.5599,0.0001,7.06,0.56,0,9.26,0.485,0.28,9.26,0.28,0.485,9.26,3.429e-17,0.56,9.26,-0.28,0.485,9.26,-0.485,0.28,9.26,-0.56,6.858e-17,9.26,-0.485,-0.28,9.26,-0.28,-0.485,9.26,-1.0287e-16,-0.56,9.26,0.28,-0.485,9.26,0.485,-0.28,9.26,0.5599,0.0001,9.26,0.56,0,9.92,0.485,0.28,9.92,0.28,0.485,9.92,3.429e-17,0.56,9.92,-0.28,0.485,9.92,-0.485,0.28,9.92,-0.56,6.858e-17,9.92,-0.485,-0.28,9.92,-0.28,-0.485,9.92,-1.0287e-16,-0.56,9.92,0.28,-0.485,9.92,0.485,-0.28,9.92,0.5599,0.0001,9.92,0.56,0,9.93,0.485,0.28,9.93,0.28,0.485,9.93,3.429e-17,0.56,9.93,-0.28,0.485,9.93,-0.485,0.28,9.93,-0.56,6.858e-17,9.93,-0.485,-0.28,9.93,-0.28,-0.485,9.93,-1.0287e-16,-0.56,9.93,0.28,-0.485,9.93,0.485,-0.28,9.93,0.5599,0.0001,9.93,0.56,0,10,0.485,0.28,10,0.28,0.485,10,3.429e-17,0.56,10,-0.28,0.485,10,-0.485,0.28,10,-0.56,6.858e-17,10,-0.485,-0.28,10,-0.28,-0.485,10,-1.0287e-16,-0.56,10,0.28,-0.485,10,0.485,-0.28,10,0.5599,0.0001,10,0,0,10],"index":[1,0,2,2,0,3,3,0,4,4,0,5,5,0,6,6,0,7,7,0,8,8,0,9,9,0,10,10,0,11,11,0,12,12,0,13,13,0,1,1,2,14,2,15,14,2,3,15,3,16,15,3,4,16,4,17,16,4,5,17,5,18,17,5,6,18,6,19,18,6,7,19,7,20,19,7,8,20,8,21,20,8,9,21,9,22,21,9,10,22,10,23,22,10,11,23,11,24,23,11,12,24,12,25,24,12,13,25,13,26,25,13,1,26,1,14,26,14,15,27,15,28,27,15,16,28,16,29,28,16,17,29,17,30,29,17,18,30,18,31,30,18,19,31,19,32,31,19,20,32,20,33,32,20,21,33,21,34,33,21,22,34,22,35,34,22,23,35,23,36,35,23,24,36,24,37,36,24,25,37,25,38,37,25,26,38,26,39,38,26,14,39,14,27,39,27,28,40,28,41,40,28,29,41,29,42,41,29,30,42,30,43,42,30,31,43,31,44,43,31,32,44,32,45,44,32,33,45,33,46,45,33,34,46,34,47,46,34,35,47,35,48,47,35,36,48,36,49,48,36,37,49,37,50,49,37,38,50,38,51,50,38,39,51,39,52,51,39,27,52,27,40,52,40,41,53,41,54,53,41,42,54,42,55,54,42,43,55,43,56,55,43,44,56,44,57,56,44,45,57,45,58,57,45,46,58,46,59,58,46,47,59,47,60,59,47,48,60,48,61,60,48,49,61,49,62,61,49,50,62,50,63,62,50,51,63,51,64,63,51,52,64,52,65,64,52,40,65,40,53,65,53,54,66,54,67,66,54,55,67,55,68,67,55,56,68,56,69,68,56,57,69,57,70,69,57,58,70,58,71,70,58,59,71,59,72,71,59,60,72,60,73,72,60,61,73,61,74,73,61,62,74,62,75,74,62,63,75,63,76,75,63,64,76,64,77,76,64,65,77,65,78,77,65,53,78,53,66,78,66,67,79,67,80,79,67,68,80,68,81,80,68,69,81,69,82,81,69,70,82,70,83,82,70,71,83,71,84,83,71,72,84,72,85,84,72,73,85,73,86,85,73,74,86,74,87,86,74,75,87,75,88,87,75,76,88,76,89,88,76,77,89,77,90,89,77,78,90,78,91,90,78,66,91,66,79,91,79,80,92,80,93,92,80,81,93,81,94,93,81,82,94,82,95,94,82,83,95,83,96,95,83,84,96,84,97,96,84,85,97,85,98,97,85,86,98,86,99,98,86,87,99,87,100,99,87,88,100,88,101,100,88,89,101,89,102,101,89,90,102,90,103,102,90,91,103,91,104,103,91,79,104,79,92,104,92,93,105,93,106,105,93,94,106,94,107,106,94,95,107,95,108,107,95,96,108,96,109,108,96,97,109,97,110,109,97,98,110,98,111,110,98,99,111,99,112,111,99,100,112,100,113,112,100,101,113,101,114,113,101,102,114,102,115,114,102,103,115,103,116,115,103,104,116,104,117,116,104,92,117,92,105,117,105,106,118,106,119,118,106,107,119,107,120,119,107,108,120,108,121,120,108,109,121,109,122,121,109,110,122,110,123,122,110,111,123,111,124,123,111,112,124,112,125,124,112,113,125,113,126,125,113,114,126,114,127,126,114,115,127,115,128,127,115,116,128,116,129,128,116,117,129,117,130,129,117,105,130,105,118,130,118,119,131,119,132,131,119,120,132,120,133,132,120,121,133,121,134,133,121,122,134,122,135,134,122,123,135,123,136,135,123,124,136,124,137,136,124,125,137,125,138,137,125,126,138,126,139,138,126,127,139,127,140,139,127,128,140,128,141,140,128,129,141,129,142,141,129,130,142,130,143,142,130,118,143,118,131,143,143,144,142,142,144,141,141,144,140,140,144,139,139,144,138,138,144,137,137,144,136,136,144,135,135,144,134,134,144,133,133,144,132,132,144,131,131,144,143],"uv":[0,0,0,0.0043,0.0833,0.0043,0.1667,0.0043,0.25,0.0043,0.3333,0.0043,0.4167,0.0043,0.5,0.0043,0.5833,0.0043,0.6667,0.0043,0.75,0.0043,0.8333,0.0043,0.9167,0.0043,1,0.0043,0,0.0165,0.0833,0.0165,0.1667,0.0165,0.25,0.0165,0.3333,0.0165,0.4167,0.0165,0.5,0.0165,0.5833,0.0165,0.6667,0.0165,0.75,0.0165,0.8333,0.0165,0.9167,0.0165,1,0.0165,0,0.0348,0.0833,0.0348,0.1667,0.0348,0.25,0.0348,0.3333,0.0348,0.4167,0.0348,0.5,0.0348,0.5833,0.0348,0.6667,0.0348,0.75,0.0348,0.8333,0.0348,0.9167,0.0348,1,0.0348,0,0.0565,0.0833,0.0565,0.1667,0.0565,0.25,0.0565,0.3333,0.0565,0.4167,0.0565,0.5,0.0565,0.5833,0.0565,0.6667,0.0565,0.75,0.0565,0.8333,0.0565,0.9167,0.0565,1,0.0565,0,0.2681,0.0833,0.2681,0.1667,0.2681,0.25,0.2681,0.3333,0.2681,0.4167,0.2681,0.5,0.2681,0.5833,0.2681,0.6667,0.2681,0.75,0.2681,0.8333,0.2681,0.9167,0.2681,1,0.2681,0,0.4899,0.0833,0.4899,0.1667,0.4899,0.25,0.4899,0.3333,0.4899,0.4167,0.4899,0.5,0.4899,0.5833,0.4899,0.6667,0.4899,0.75,0.4899,0.8333,0.4899,0.9167,0.4899,1,0.4899,0,0.7117,0.0833,0.7117,0.1667,0.7117,0.25,0.7117,0.3333,0.7117,0.4167,0.7117,0.5,0.7117,0.5833,0.7117,0.6667,0.7117,0.75,0.7117,0.8333,0.7117,0.9167,0.7117,1,0.7117,0,0.9335,0.0833,0.9335,0.1667,0.9335,0.25,0.9335,0.3333,0.9335,0.4167,0.9335,0.5,0.9335,0.5833,0.9335,0.6667,0.9335,0.75,0.9335,0.8333,0.9335,0.9167,0.9335,1,0.9335,0,1,0.0833,1,0.1667,1,0.25,1,0.3333,1,0.4167,1,0.5,1,0.5833,1,0.6667,1,0.75,1,0.8333,1,0.9167,1,1,1,0,1.001,0.0833,1.001,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"normal":null,"texture_size":[4,256],"channel_map":[1,52,4,35,1,109,4,35,1,166,4,35,1,222,4,35],"channel_numbers":null,"contact_center":[0,0,2.66,0,0,4.86,0,0,7.06,0,0,9.26],"contact_sizes":[0.66,0.66,0.66,0.66],"model_control_points":[0,0,2.66,0,0,4.86,0,0,7.06,0,0,9.26],"model_control_point_orders":[1,2,3,4],"world_control_points":[],"fix_control_index":1,"model_direction":[0,0,1],"model_up":[0,0,0],"world_up":null}
Loading

0 comments on commit ff9997d

Please sign in to comment.