Skip to content

varg passed incorrectly in GeometryTypes API #54

@sjkelly

Description

@sjkelly

via slack:

julia> GLNormalMesh(A,MarchingTetrahedra(1.0),origin=Point(Float32(0),Float32(0),Float32(0)),widths=Point(Float32(1),Float32(1),Float32(1)))      
ERROR: MethodError: no method matching isosurface(::Array{Float64,3}, ::MarchingTetrahedra{Float64}, ::Type{Point{3,Float32}}, ::Type{Face{3,OffsetInteger{-1,UInt32}}}, ::Pair{Symbol,Point{3,Float32}}, ::Pair{Symbol,Point{3,Float32}})
Closest candidates are:
  isosurface(::AbstractArray{T,3}, ::MarchingTetrahedra, ::Type{VertType}, ::Type{FaceType}; origin, widths) where {T, VertType, FaceType} at C:\Users\kd2cc\.julia\dev\Meshing\src\marching_tetrahedra.jl:138
  isosurface(::AbstractArray{T,3}, ::MarchingTetrahedra, ::Type{VertType}) where {T, VertType} at C:\Users\kd2cc\.julia\dev\Meshing\src\marching_tetrahedra.jl:138
  isosurface(::AbstractArray{T,3}, ::MarchingCubes, ::Type{VertType}, ::Type{FaceType}; origin, widths) where {T, VertType, FaceType} at C:\Users\kd2cc\.julia\dev\Meshing\src\marching_cubes.jl:14

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions