Comparing version 0.0.1 to 0.0.2
47
index.js
module.exports = THREE => { | ||
const ANIMALS = [ | ||
/* 'ammonite', */ | ||
'badger', | ||
'bear', | ||
'beetle', | ||
/* 'bigfish', */ | ||
'boar', | ||
'bunny', | ||
'chick', | ||
'chicken', | ||
'cow', | ||
/* 'cubelet', */ | ||
'deer', | ||
/* 'dungeon_master', */ | ||
'elephant', | ||
/* 'fish', | ||
'ghost', */ | ||
'giraffe', | ||
/* 'gull', */ | ||
'horse', | ||
'mammoth', | ||
/* 'oerrki', | ||
'penguin', | ||
'piranha', | ||
'pterodactyl', */ | ||
'rat', | ||
'sheep', | ||
'skunk', | ||
'smallbird', | ||
'spider', | ||
/* 'swamplurker', */ | ||
'turtle', | ||
/* 'trilobite', */ | ||
'velociraptor', | ||
/* 'villager', | ||
'walker', | ||
'warthog', | ||
'wasp', | ||
'whale', | ||
'witch', */ | ||
'wolf', | ||
/* 'zombie', | ||
'zombie_brute', */ | ||
]; | ||
const DATA_PATH = __dirname; | ||
const ANIMAL_SHADER = { | ||
@@ -330,2 +375,4 @@ uniforms: { | ||
}; | ||
animal.ANIMALS = ANIMALS; | ||
animal.DATA_PATH = DATA_PATH; | ||
animal.ANIMAL_SHADER = ANIMAL_SHADER; | ||
@@ -332,0 +379,0 @@ |
{ | ||
"name": "animal-js", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10873
3
341