We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

v3d.ConvexGeometry

Home Forums Programming v3d.ConvexGeometry

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1718
    Yaroslav
    Participant

    When trying to call an empty constructor, i keep getting the following error:
    Uncaught TypeError: v3d.ConvexGeometry is not a constructor

    I am using an example from the docs, nothing spectacular in the code. What might be the case?

    #1719

    This class is not included in the core of the engine. You should link the corresponding JS file first:
    examples/js/geometries/ConvexGeometry.js

    Chief 3D Verger | LinkedIn | Twitter

    #1722
    Yaroslav
    Participant

    Thanks, made that thing to work.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.