DAE file not loading multi texturing in threejs

Charles-Antoine Fournel

i'm currently studying the threejs libray ( a webgl library , available here threejs.org ) .

I m able to load different king of mesh and animate them , but i m facing a problem which i can t determine origin :

i have a animated ( biped ) mesh with a material containing several texture for diffuse, specular and bumpmapping but when i load the mesh into my webgl script , only one texture is loaded ( the specular one ) , so my mesh is almost black and gray :(

i can t determine if it s a problem from the exported file ( 3dsmax to collada with openCollada exporter ) of if it's from my code

EDIT / Problem solved : Colladaloader needed a fix for multitextures support. Works perfectly on V65-dev. Thx !

Gero3

fixed an issue with the collada loader.

Fixed loader exists at https://github.com/gero3/three.js/blob/patch-10/examples/js/loaders/ColladaLoader.js

pull request is pending: https://github.com/mrdoob/three.js/pull/4242

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Loading Collada dae file into SceneKit for joint manipulation

From Dev

ARKit - Error loading DAE file exported from Maya

From Dev

Multi-texturing using QOpenGLTexture and QOpenGLFrameBufferObject

From Dev

GLSL multi-texturing- blending textures

From Dev

ThreeJS font not loading

From Dev

ThreeJS doesn't display dae 3D model

From Dev

SceneKit – Animation with DAE file format

From Dev

Render collada [.dae] file in iOS

From Dev

load a collada (dae) file into SCNNode (Swift - SceneKit)

From Dev

OS X QuickLook implementation for Collada DAE file?

From Dev

ARKit and .dae file , strange space between object

From Dev

DAE file specified in attribute inspector is not loaded by UIViewController

From Dev

Swift 3 load .dae file into SCNNode

From Dev

Loading vertices from .dae makes my program slow, why?

From Dev

Texturing triangles

From Dev

Loading object as Geometry instead of BufferGeometry in threejs

From Dev

ThreeJS: loading OBJ files keeping quadrilateral faces

From Dev

ThreeJS: loading OBJ files keeping quadrilateral faces

From Dev

Easiest method to export a SceneKit scene as a Collada .dae file?

From Dev

How do you load a .dae file into an SCNNode in iOS SceneKit?

From Dev

How to display Collada (.dae) file on Android with layers support?

From Dev

Will a multi-sized favicon .ico file impact web page loading speed?

From Dev

Object not loading with JSONLoader in ThreeJS: Cannot read property 'visible' of undefined

From Dev

threejs - inaccurate mouse picking when loading using ObjLoader and doing raycasting

From Dev

OpenGL texturing, black square

From Dev

OpenGL Texturing, no error but grey

From Dev

Artefacts in texturing in PyOpenGL

From Dev

OpenGL ES - texturing sphere

From Dev

Unity: Texturing a Shoreline in a Hexgrid

Related Related

  1. 1

    Loading Collada dae file into SceneKit for joint manipulation

  2. 2

    ARKit - Error loading DAE file exported from Maya

  3. 3

    Multi-texturing using QOpenGLTexture and QOpenGLFrameBufferObject

  4. 4

    GLSL multi-texturing- blending textures

  5. 5

    ThreeJS font not loading

  6. 6

    ThreeJS doesn't display dae 3D model

  7. 7

    SceneKit – Animation with DAE file format

  8. 8

    Render collada [.dae] file in iOS

  9. 9

    load a collada (dae) file into SCNNode (Swift - SceneKit)

  10. 10

    OS X QuickLook implementation for Collada DAE file?

  11. 11

    ARKit and .dae file , strange space between object

  12. 12

    DAE file specified in attribute inspector is not loaded by UIViewController

  13. 13

    Swift 3 load .dae file into SCNNode

  14. 14

    Loading vertices from .dae makes my program slow, why?

  15. 15

    Texturing triangles

  16. 16

    Loading object as Geometry instead of BufferGeometry in threejs

  17. 17

    ThreeJS: loading OBJ files keeping quadrilateral faces

  18. 18

    ThreeJS: loading OBJ files keeping quadrilateral faces

  19. 19

    Easiest method to export a SceneKit scene as a Collada .dae file?

  20. 20

    How do you load a .dae file into an SCNNode in iOS SceneKit?

  21. 21

    How to display Collada (.dae) file on Android with layers support?

  22. 22

    Will a multi-sized favicon .ico file impact web page loading speed?

  23. 23

    Object not loading with JSONLoader in ThreeJS: Cannot read property 'visible' of undefined

  24. 24

    threejs - inaccurate mouse picking when loading using ObjLoader and doing raycasting

  25. 25

    OpenGL texturing, black square

  26. 26

    OpenGL Texturing, no error but grey

  27. 27

    Artefacts in texturing in PyOpenGL

  28. 28

    OpenGL ES - texturing sphere

  29. 29

    Unity: Texturing a Shoreline in a Hexgrid

HotTag

Archive