Jump to content

Search the Community

Showing results for tags 'ambient texture'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 2 results

  1. Wassup Guys, Is there a way to add ambient texture to the Fur Material? Reasons: I'm using the Fur material to generate realistic looking grass (see pic) and it's all kinds of awesome. I was hoping however that there was a way to add Ambient Textures to this material so I could use baked shadows. Please help Babylon Kenobi, you're my only hope.
  2. Hi everyone, (note : At first I thought it was a bug, now with a Playground I think it's a feature I don't fully understand...) Here is a case I'm facing, waiting for some nice expert to enlighten me... Use case - A mesh is generated with UVs (for diffuse Texture) and UVs1 (for a default ambient texture). - On a user action, another ambient texture is computed, based on UVs2 channel, and applied. - The new ambient texture fails to use UVs2. (note : I'd like to have all the UVs (UVs, UVs1 and UVs2) generated at the same time, and not on user action) (note : A solution for my specific case would be to exchange UVs1 and UVs2 when assigning the new ambient texture) Playground : https://www.babylonjs-playground.com/#6L74SN#1 Is there a way to use UVs2 for the ambient texture here ? Alternatively, is there a use for all these UV channels in the StandardMaterial (or PBRMaterial ?) ? Some rules like "UVs or UVs1 for diffuse, UVs2 for LightMap, UVs3 for displacement..." ? Thanks a lot and have a nice day !
×
×
  • Create New...