Skip to content

Babylonjs texture tools to generate pre-filtered environments and BRDF lookups

License

Notifications You must be signed in to change notification settings

BabylonJS/BabylonjsTextureTools

Repository files navigation

Babylon.js Texture Tools

Twitter

Any questions? Here is our official forum.

Running locally

After cloning the repo, running locally during development is all the simplest:

npm install
npm start

For VSCode users, if you have installed the Chrome Debugging extension, you can start debugging within VSCode by using the appropriate launch menu.

To generate WASM for LTCGenerator

In order to compile C++ to WASM you must fist install Emscripten (see Install instruction). After completing the installation and configuration of Emscripten run the following commands:

cd native/LTCGenerator
cmake --preset wasm
cmake --build --preset wasm

The LTCGenerator.js and LTCGenerator.wasm will be copied into www/wasm folder.

Special thanks

To Filament and its team for the code and support :-)

About

Babylonjs texture tools to generate pre-filtered environments and BRDF lookups

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •