Todo List: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
==General Tasks== | ==General Tasks== | ||
* Fix model rendering on iOS quick view | * Fix model rendering on iOS quick view | ||
** <syntaxhighlight lang="html"> | **https://github.com/google/model-viewer/discussions/4111<syntaxhighlight lang="html"> | ||
ios-src="../../shared-assets/models/Model.usdz" | ios-src="../../shared-assets/models/Model.usdz" | ||
</syntaxhighlight> | </syntaxhighlight> | ||
* Disable raw HTML ($wgRawHtml = true;). | * Disable raw HTML ($wgRawHtml = true;). | ||
* Implement HTML whitelist plugin for safe HTML tags.<br /> | * Implement HTML whitelist plugin for safe HTML tags.<br /> | ||
== 🐾 Creature Models with Texture Variants == | |||
* [X] Barracuda.dae | |||
* [X] Bass.dae | |||
** [X] Bass_Freshwater.png | |||
** [X] Bass_Sea.png | |||
* [X] Battery | |||
* [ ] Bear.dae | |||
** [X] Bear_Black.png | |||
** [X] Bear_Brown.png | |||
** [ ] Bear_Polar.png | |||
* [ ] Beluga.dae | |||
** [ ] Beluga.png | |||
* [ ] Bison.dae | |||
** [ ] Bison.png | |||
* [ ] Bull.dae | |||
** [ ] Bull_Black.png | |||
** [ ] Bull_Brown.png | |||
** [ ] Bull_White.png | |||
* [ ] Camel.dae / Camel_Saddled.dae | |||
** [ ] Camel.png | |||
** [ ] Camel_Saddled.png | |||
* [ ] Cassowary.dae | |||
** [ ] Cassowary.png | |||
* [ ] Cow.dae | |||
** [ ] Cow_Black.png | |||
** [ ] Cow_Brown.png | |||
* [ ] Donkey.dae / Donkey_Saddled.dae | |||
** [ ] Donkey.png | |||
** [ ] Donkey_Saddled.png | |||
* [ ] Duck.dae | |||
** [ ] Duck.png | |||
* [ ] Giraffe.dae | |||
** [ ] Giraffe.png | |||
* [ ] Gnu.dae | |||
** [ ] Gnu.png | |||
* [ ] Horse.dae (all saddled variants) | |||
** [ ] Horse_Bay.png | |||
** [ ] Horse_Bay_Saddled.png | |||
** [ ] Horse_Black.png | |||
** [ ] Horse_Black_Saddled.png | |||
** [ ] Horse_Chestnut.png | |||
** [ ] Horse_Chestnut_Saddled.png | |||
** [ ] Horse_Palomino.png | |||
** [ ] Horse_Palomino_Saddled.png | |||
** [ ] Horse_White.png | |||
** [ ] Horse_White_Saddled.png | |||
* [ ] HumanFemale.dae | |||
** [ ] HumanFemale1.png | |||
** [ ] HumanFemale2.png | |||
** [ ] HumanFemale3.png | |||
** [ ] HumanFemale4.png | |||
* [ ] HumanMale.dae | |||
** [ ] HumanMale1.png | |||
** [ ] HumanMale2.png | |||
** [ ] HumanMale3.png | |||
** [ ] HumanMale4.png | |||
* [ ] Hyena.dae | |||
** [ ] Hyena.png | |||
* [ ] Jaguar.dae | |||
** [ ] Jaguar.png | |||
* [ ] Leopard.dae | |||
** [ ] Leopard.png | |||
* [ ] Lion.dae | |||
** [ ] Lion.png | |||
* [X] Moose.dae | |||
** [ ] Moose.png | |||
* [ ] Orca.dae | |||
** [ ] Orca.png | |||
* [ ] Ostrich.dae | |||
** [ ] Ostrich.png | |||
* [ ] Pigeon.dae | |||
** [ ] Pigeon.png | |||
* [ ] Piranha.dae | |||
** [ ] Piranha.png | |||
* [ ] Raven.dae | |||
** [ ] Raven.png | |||
* [ ] Ray.dae | |||
** [ ] Ray_Brown.png | |||
** [ ] Ray_Yellow.png | |||
* [ ] Reindeer.dae | |||
** [ ] Reindeer.png | |||
* [ ] Rhino.dae | |||
** [ ] Rhino.png | |||
* [ ] Seagull.dae | |||
** [ ] Seagull.png | |||
* [ ] Shark_Bull.dae | |||
** [ ] Shark_Bull.png | |||
* [ ] Shark_GreatWhite.dae | |||
** [ ] Shark_GreatWhite.png | |||
* [ ] Shark_Tiger.dae | |||
** [ ] Shark_Tiger.png | |||
* [ ] Sparrow.dae | |||
** [ ] Sparrow.png | |||
* [ ] Tiger.dae | |||
** [ ] Tiger.png | |||
** [ ] Tiger_White.png | |||
* [ ] Werewolf.dae | |||
** [ ] Werewolf.png | |||
* [ ] Wildboar.dae | |||
** [ ] Wildboar.png | |||
* [ ] Wolf.dae | |||
** [ ] Wolf_Coyote.png | |||
** [ ] Wolf_Gray.png | |||
* [ ] Zebra.dae | |||
** [ ] Zebra.png | |||
== 🧱 Block Models == | |||
These need extra steps: | |||
* Shading adjustments | |||
* UV editing & texture setup | |||
* Possibly normal maps or ambient occlusion | |||
* [ ] BedrockBlock | |||
* [ ] DirtBlock | |||
* [ ] SoilBlock | |||
* [ ] LimestoneBlock | |||
* [ ] GraniteBlock | |||
* [ ] BasaltBlock | |||
* [ ] SandstoneBlock | |||
* [ ] GravelBlock | |||
* [ ] ClayBlock | |||
* [ ] SandBlock | |||
* [ ] GrassBlock | |||
* [ ] IceBlock | |||
* [ ] SnowBlock | |||
* [ ] CoalOreBlock | |||
* [ ] CopperOreBlock | |||
* [ ] IronOreBlock | |||
* [ ] SulphurOreBlock | |||
* [ ] DiamondOreBlock | |||
* [ ] MarbleBlock | |||
* [ ] StoneBrickBlock | |||
* [ ] BricksBlock | |||
* [ ] PlanksBlock | |||
* [ ] CobblestoneBlock | |||
== [[User:NBG]] == | == [[User:NBG]] == | ||
Line 19: | Line 156: | ||
== [[User:JSym]] == | == [[User:JSym]] == | ||
* Make template for <code>Template:BlockInfoBox</code> | * <strike>Make template for <code>Template:BlockInfoBox</code></strike> | ||
* Make template for <code>Template:MessageBox</code> | * <strike>Make template for <code>Template:MessageBox</code></strike> | ||
* Make template for <code>Update History</code> HTML table element with passable parameters. |