Transformers One Official Trailer - 3DCG...

若きオプティマスプライムとメガトロンが登場しサイバトロン星の戦いを描く3DCGアニメーション映画『Transformers One(邦題:トランスフォーマー/ONE)』のトレーラーが公開されました!監督は『トイ・ストーリー4』を手掛けたジョシュ・クーリー氏とのこと。

続きを読む

上手いエフェクトアーティストのエッセンス~ソフトウェアに依存しない上手いアーティ...

Scanline VFXのVFXスーパーバイザーでCGディレクターの坂口 亮氏によるオンライン講座『上手いエフェクトアーティストのエッセンス~ソフトウェアに依存しない上手いアーティストに共通しているロジック~』がCGWORLD Online Tutorialsにて2024年4月22日(月)に開催予定です!

続きを読む

Abd0W0 Stitchy Gen - 選択したエッジに簡単にステッチメッシュ...

abd0w0氏によるお手軽ステッチ追加Blenderアドオン『Abd0W0 Stitchy Gen』がリリースされました!

続きを読む

Simply Stitch v1.0 - ストロークやメッシュ形状からステッチや...

Blender向けに多くの便利アドオンを開発しているVjaceslav Tissen氏とWolfgang Tellによる新アドオン「Simply Stitch」がリリース!簡単にステッチや刺繍を追加可能です!

続きを読む

Ministry of Flat v3.7.2 - 『Cinema 4D 』にも...

Eskil Steenberg氏によるUV展開ツールの最新バージョン『Ministry of Flat v3.7.2』がウェブサイト上で無料公開されています!

続きを読む

Maya 2024 | 製品概要と購入 | Autodesk 公式

Skyshop 104 リリース! - 地形と植物シェーダーで広大な背景も表現可能に!Unity用のリアルタイムIBLプラグイン!

この記事は約6分2秒で読めます

Skyshop 104

Skyshop 104

ゲームアーティスト御用達のリアルタイム環境構築プレゼンツール
「Marmoset Toolbag」Unityバージョンである
Marmoset SkyshopのVer.104がリリース!
地形と植物シェーダーで広大な背景も表現可能になりました!

プロモーション

求人情報検索 | CG・映像の専門情報サイト | CGWORLD.jp


104の公開と同時に実際に地形シェーダーを適用していくチュートリアル映像も公開されています。

AOMapや頂点ライトシェーダー等も搭載!

Skyshop 1.04

Skyshop 1.04

Unite2013でのSkyshopのモンタージュ映像も合わせてどうぞ

Skyshop Version History

New Features:

  • Skyshop now requires Unity 4.2+
  • New Shader #defines
    • #define MARMO_OCCLUSION
    • #define MARMO_VERTEX_COLOR
    • #define MARMO_VERTEX_AO
  • Ambient Occlusion Map
    • Diffuse IBL occlusion in red channel
    • Specular IBL occlusion in green channel
    • Uses secondary UV set (texcoord1)
    • Enabled in shaders with #define MARMO_OCCLUSION
  • Vertex Colors
    • Vertex color can modify diffuse color
    • Enabled with #define MARMO_VERTEX_COLOR
  • Vertex Occlusion
    • Vertex color can occlude image-based lighting
    • Diffuse & specular IBL can be occluded separately using R & G channels
    • Enabled with #define MARMO_VERTEX_OCCLUSION
  • Terrain Shaders
    • Simple terrain shader + IBL
    • Advanced Terrain shader
    • Per-layer specular maps & controls
    • Base normalmap (covers entire terrain)
    • Base diffuse & AO map
    • Diffuse & specular fresnel
    • Optimized distant terrain shaders
    • Usable on non-terrain meshes
  • Vegetation Shaders
    • Waving grass shader
    • Detail mesh shaders
    • Soft Occlusion tree shaders
    • Tree Creator shaders
    • Detail & grass shaders replaced automatically
  • Vertex-lit Shaders
    • Super-fast
    • Shader-Model 2.0
    • Vertex-Lit diffuse + IBL
    • Vertex-Lit diffuse + diffuse & specular IBL
    • Vertex-Lit diffuse + AO + diffuse & specular IBL
  • New Sky-dome Shader – use HDR skybox on geometry
  • Combined Diffuse & Specular Texture
    • Diffuse & specular maps sampled from same texture
    • Diffuse color in RGB, Alpha used as both specular mask & gloss
    • Enabled with #define MARMO_DIFFUSE_SPECULAR_COMBINED
    • Used by Marmoset/Vertex Lit/ and Marmoset/Mobile/…Fast IBL shaders
  • Mobile
    • Mipmap gloss support for iOS, hazaa!
    • Mipmap gloss support for Android (device must support shader_texture_lod openGL ext)
    • Added Specular Fast & Bumped Specular Fast shaders w/ extreme mobile optimizations
    • Improved Android support w/ fallbacks for mipmap gloss failure
    • Improved fast fresnel approximation on mobile
  • Lightmapping
    • Full directional lightmap support
    • Specular & gloss maps now affect dir lightmapped specular
    • Added Lightmapped Diffuse & Lightmapped Specular Multiplier sliders
    • Weights how much IBL is used on lightmapped surfaces
  • Menu Items
    • Edit -> Skyshop -> Refresh Scene Skies
      • Updates color-space on all skies in the scene
      • Applies a sky if none are active (everything is black problem)
    • Edit -> Skyshop -> Upgrade Scene Skies
      • Converts all skies in the scene to use the latest Skyshop features
      • Part of namespaced scripting fix
    • Edit -> Skyshop -> Convert Scene to Mobile/Standard
      • Goes through all materials referenced in the current scene
      • Replaces all uses of standard Marmoset shaders with Marmoset Mobile ones (or vice versa)
    • Edit -> Skyshop -> Convert Project to Mobile/Standard
      • Goes through all material assets in the entire project
      • Replaces all uses of standard Marmoset shaders with Marmoset Mobile ones (or vice versa)
    • Edit -> Terrain -> Import/Export Splatmap
      • Saves and loads PNG images as weight maps for terrain texture layers
      • Useful for working with external terrain generation tools

Bug Fixes:

  • Proper namespacing in scripts to prevent conflicts with third-party code
  • Fixed deferred, Specular IBL fresnel bug
  • Fixed Mobile Specular IBL shadow bug
  • Fixed transparency + fog bug
  • Fixed Simple Glass diffuse bug
  • Changed skybox texture coords to float3 for consoles
  • MarmosetCore now knows about MarmosetInput globals
  • Substance specular maps now work with Marmoset shaders (fixed in Substance)
  • Fixed an Android “everything is black” bug (hlsl2glsl hates _ variable prefix)
  • DIRECT_DIFFUSE & DIRECT_SPECULAR properly separated from IBL, can actually be toggled now.

Skyshop

Screenshot of www.marmoset.co

Unity Asset Store – Skyshop

Screenshot of www.assetstore.unity3d.com

プロモーション


関連記事

  1. Substance Painter creative use of particle brushes - 血の滲みが凄い!パーティクルブラシのパワーを確認出来る最新動画が公開!

    2014-12-14

  2. Fabric Engine 2 - 全てのCGツールの中核となりうる!?次世代フレームワーク「ファブリックエンジン」新バージョンが遂にリリース!無料ラインセンスもあるよ。

    2015-10-02

  3. Expresii Official Release - 技術発表から11年。本格的な水彩インク挙動を搭載したペイントソフトウェアが正式リリース!

    2016-07-26

  4. eyecad VR 2020 - リアルタイムレイトレーシングにも対応した建築や3D製品向けビジュアライズソフト!

    2020-06-16

コメントをお待ちしています。

コメント

日本語が含まれない投稿は無視されます。-Posts that do not include the Japanese will be ignored-(スパム対策-anti Spam-)

3D人-3dnchu-

2023/4/3 新サーバーへ移行しました!
3D/2D/VR/GAME/AIなどのCGに関連する
気になる情報やツールをほぼ毎日紹介!
TwitterやYoutubeなども是非フォロー
よろしくお願いします!

アーカイブ

カテゴリ

おすすめ商品Pickup

注目の記事

PR


PR


採用 | 3DCGアーティスト&テクニカルアーティスト大募集 | 株式会社Cygames

キャラクターライティングとVFX講座

   
USD
3D人のLINEアカウントを作りました!
友だち追加


follow us in feedly

RSSリーダーで購読する


ほしい物リスト公開中!
3D人運営に援助!
Amazonでリストを見る

Discordチャンネル公開

pixivFUNBOXページ公開!




おすすめ商品Pickup

おすすめ記事

ページ上部へ戻る