-
Content Count
565 -
Joined
-
Last visited
-
Days Won
2
V!nc3r last won the day on March 25 2018
V!nc3r had the most liked content!
About V!nc3r
-
Rank
Advanced Member
- Birthday 09/21/1986
Contact Methods
-
Website URL
https://www.nothing-is-3d.com/
Profile Information
-
Location
Toulouse, France
Recent Profile Visitors
4346 profile views
-
-
-
This thread is close, please use the new forum instead: https://forum.babylonjs.com/t/from-blender-to-babylon-lightmap-workflow-tutorial/106
-
V!nc3r started following Blender export to babylonJS dark textures, Blender EEVEE / cycles testing, New forum and and 4 others
-
Blender EEVEE / cycles testing
V!nc3r replied to JCPalmer's topic in Content creation (3dsMax, Maya, Blender, glTF)
I haven't go deep into Blender 2.8 until now, but I'll try to soon, and so be able to test your current update. I will update my cornellBox blend file for Blender 2.8. -
That's very great to now have a https://forum.babylonjs.com/ url Is migrating html5 forum to discourse too difficult to do?
-
-
-
And about your issue I'm not sure if it's possible to generate a gif using javascript? In that case, documentation has to be more explicit, saying that gif isn't exported, but that you can generate image frames so as to transform them in gif with your own tools (Photoshop, Gimp, imageMagick, etc)
-
(just a little advice for forum users: do not click on the PG link, you will be asked 90 times by your browser where you want to download each image 😄 )
-
-
Blender export to babylonJS dark textures
V!nc3r replied to chiffie's topic in Content creation (3dsMax, Maya, Blender, glTF)
Yep, as JCPalmer said, switch to Internal Render (and pay attention to texture influence assignation). For now if you absolutly wants keep Cycles, use gltf file format instead (by using this your file will use the PBR workflow). You'll also maybe be interested in a tutorial I made about Blender to BJS workflow. -
trevordev reacted to a post in a topic: KTX textures loading, missing files and HDR environmentTexture are in a boat
-
-
V!nc3r reacted to a post in a topic: KTX textures loading, missing files and HDR environmentTexture are in a boat
-
@trevordev I thought I was spotted a bug on my currently pro-project and was'nt get the time trying to reproduce it on the playground, but @MarianG playground show the issue: ktx textures when used have to be invertY (but not the source texture if fallbacked) as the ktx standard says. MarianG textures looks like fine:
-
(I haven't redo tests since the last fix, 'have to do that) @MarianG if you load a file (fbx, babylon, gltf, etc) with materials using textures (with their usual format - jpg, png, etc), the engine should load them as ktx is the file exist. And you just have to use this bit of code: var available = ['-astc.ktx', '-dxt.ktx', '-pvrtc.ktx', '-etc1.ktx', '-etc2.ktx']; var formatUsed = engine.setTextureFormatToUse(available); (no need to transform your textures url with .ktx)
-
If you specify the url, is this still happen ? example: BABYLON.DebugLayer.InspectorURL = 'https://preview.babylonjs.com/inspector/babylon.inspector.bundle.js';