
kcoley
Members-
Content Count
114 -
Joined
-
Last visited
About kcoley
-
Rank
Advanced Member
Profile Information
-
Location
Redmond, WA
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Apple Trackpad and the Arc Rotating Camera
kcoley replied to UeliUeli's topic in Questions & Answers
@UeliUeli it looks like panning works by holding down the control key while left-dragging, though this causes a context menu to pop up on Mac OS, which interferes with the pan. I'll see if it is possible to make an update to support left-dragging with the command key for Mac OS -
-
kcoley started following Maya to GLTF - Environment Map, Questions on ArcRorateCamera and PhotoDome, Apple Trackpad and the Arc Rotating Camera and and 2 others
-
Hi @ilia welcome to the forum! You can navigate here to create a playground: https://playground.babylonjs.com/ You can create a simple scene with the playground to repro the issue you are having, then click the "Save" button. The url should then be updated. You can post the URL here and we can help investigate the issue you are hitting. Let us know if you are having issues with setting up the playground. 2. Perhaps you can use a rotation quaternion and "slerp" between the two objects using a Quaternion? Here are some docs on animations: https://doc.babylonjs.com/babylon101/animations#controlling-animations 3. You might be able to trigger a callback on scrolling to check the distance from the center of the photodome. If you are too far from a set distance you can cause the scroll to not move the camera.
-
-
Apple Trackpad and the Arc Rotating Camera
kcoley replied to UeliUeli's topic in Questions & Answers
@UeliUeli I just remembered that I had enabled three finger drag on my Mac, which also enables three finger panning with the ArcRotateCamera. You can enable this in System Preferences > Accessibility > Mouse & Trackpad > Trackpad Options. Select "three finger drag" next to the "Enable dragging" dropdown and select the checkbox. Afterwards, panning should work. -
Apple Trackpad and the Arc Rotating Camera
kcoley replied to UeliUeli's topic in Questions & Answers
@UeliUeli does this playground work for you? : https://www.babylonjs-playground.com/#12WBC#69 I just tested on my Apple trackpad. I am using three fingers to pan and two fingers to zoom in. -
-
-
-
@JCPalmer btw, do you have plans for supporting tangent space normal maps, or adding support for PBR with Blender 2.8?
-
@JCPalmer thank you for the clarification. My apologies, when I mentioned generating normal maps, I meant exporting a normal texture attached to a normal input of a material node. But I see now that you must attach a bump texture to the normal input, which I was able to verify with the Diffuse Material. Also thanks for the clarification on PBR not being supported. @Ulfheden does this help clear things up for you?
-
@JCPalmer would you be able to take a look at this? I spent some time looking at the Blender exporter, though I am not sure how to generate normal maps from the tool.
-
-
-
-
The Babylon.js dev team recently has been blogging about new features for Babylon.js on Medium. Here is the link to the medium page. We would love to get your feedback on the blog posts, any suggestions for new content, and are open to having guest blog posts from the community!
-
-
solved Exporting from 3dsMax error
kcoley replied to fdeng's topic in Content creation (3dsMax, Maya, Blender, glTF)
@fdeng @SebavanI just merged a fix for this: https://github.com/BabylonJS/Exporters/blob/master/3ds Max/Max2Babylon-1.3.10.zip -
-
solved Exporting from 3dsMax error
kcoley replied to fdeng's topic in Content creation (3dsMax, Maya, Blender, glTF)
@Sebavan sorry I was looking at the wrong issue. @fdeng I'll keep investigating -
solved Exporting from 3dsMax error
kcoley replied to fdeng's topic in Content creation (3dsMax, Maya, Blender, glTF)
@Sebavan the issue is not with the max exporter, but with rendering in the Babylon.js playground. It could be that the render settings for the skybox are different in the playground than the sandbox. -
solved Exporting from 3dsMax error
kcoley replied to fdeng's topic in Content creation (3dsMax, Maya, Blender, glTF)
@fdeng the issue does not seem to be with your model but with specular aliasing in the playground. We converted your model to glTF and viewed in the sandbox to check, which looks better there (https://sandbox.babylonjs.com). @Sebavan would you be able to take a look? scene.glb -
solved Exporting from 3dsMax error
kcoley replied to fdeng's topic in Content creation (3dsMax, Maya, Blender, glTF)
Hi @fdeng, I'll take a look -
solved Exporting from 3dsMax error
kcoley replied to fdeng's topic in Content creation (3dsMax, Maya, Blender, glTF)
@fdeng the link does not seem to work for me due to access permissions, but you can upload the file to my DropBox file request here: https://www.dropbox.com/request/pesebiaItQ1tC3gFmpeK -
-
Hi @oschakravarthi is there a specific glTF extension you are looking for here?: https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0 Environment maps are not part of core glTF 2.0, but there is an ongoing discussion about supporting an extension for it on this thread: https://github.com/KhronosGroup/glTF/issues/946